To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 逅。z逅。zB | 111001111001000010100001011110101110011110010000101000010111101001000010 | e790a17ae790a17a42 |
EUC-JP | 逅。z逅。zB | 1110110111110000100011101010000101111010111011011111000010001110101000010111101001000010 | edf08ea17aedf08ea17a42 |
UTF-8 | 逅。z逅。zB | 111010011000000010000101111011111011110110100001011110101110100110000000100001011110111110111101101000010111101001000010 | e98085efbda17ae98085efbda17a42 |
UHC | 逅?z逅?zB | 111111011011000100111111011110101111110110110001001111110111101001000010 | fdb13f7afdb13f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)