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 | 予??誼?? | 1001011101011100001111110011111110001011011000100011111100111111 | 975c3f3f8b623f3f |
EUC-JP | 予??誼?? | 1100110110111101001111110011111110110101110000110011111100111111 | cdbd3f3fb5c33f3f |
UTF-8 | 予쀫쉴誼붺꼮 | 111001001011101010001000111011001000000010101011111011001000100110110100111010001010101010111100111010111011011010111010111010101011110010101110 | e4ba88ec80abec89b4e8aabcebb6baeabcae |
UHC | 予쀫쉴誼붺꼮 | 111001011111100010010111111010111011110110101111111010111111111010010100111001111000010010001001 | e5f897ebbdafebfe94e78489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)