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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲???ゅ/ | 111000011001111100111111001111110011111110000010111000111000000101011110 | e19f3f3f3f82e3815e |
EUC-JP | 癲???ゅ/ | 111000101010000100111111001111110011111110100100111001011010000110111111 | e2a13f3f3fa4e5a1bf |
UTF-8 | 癲싲뱶痢ゅ/ | 111001111001100110110010111011001000101110110010111010111011000110110110111011111010011110100101111000111000001010000101111011111011110010001111 | e799b2ec8bb2ebb1b6efa7a5e38285efbc8f |
UHC | 癲싲뱶痢ゅ/ | 111011111010011010011010111010111001001110011100111011001011100010101010111001011010001110101111 | efa69aeb939cecb8aae5a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)