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 | 予? 宥?? | 100101110101110000111111100000010100000010010111010001110011111100111111 | 975c3f814097473f3f |
EUC-JP | 予? 宥?? | 110011011011110100111111101000011010000111001101101010000011111100111111 | cdbd3fa1a1cda83f3f |
UTF-8 | 予쀫 宥길슅 | 111001001011101010001000111011001000000010101011111000111000000010000000111001011010111010100101111010101011100010111000111011001000101010000101 | e4ba88ec80abe38080e5aea5eab8b8ec8a85 |
UHC | 予쀫 宥길슅 | 111001011111100010010111111010111010000110100001111010101110100110110001111001101001101010010111 | e5f897eba1a1eae9b1e69a97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)