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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弔肆呂音 | 1001001010100010111000111110011010011000010000111000100110111001 | 92a2e3e6984389b9 |
EUC-JP | 弔肆呂音 | 1100010010100100111001101110100011001111101001001011001010111011 | c4a4e6e8cfa4b2bb |
UTF-8 | 弔肆呂音 | 111001011011110010010100111010001000001010000110111001011001000110000010111010011001111110110011 | e5bc94e88286e59182e99fb3 |
UHC | 弔肆呂音 | 1111000011000000110111101110101111010101111001011110101111100101 | f0c0deebd5e5ebe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)