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 | 予??議?┨ | 100101110101110000111111001111111000101101100011001111111000010010110111 | 975c3f3f8b633f84b7 |
EUC-JP | 予??議?┨ | 110011011011110100111111001111111011010111000100001111111010100010111001 | cdbd3f3fb5c43fa8b9 |
UTF-8 | 予롢룗議곻┨ | 111001001011101010001000111010111010000110100010111010111010001110010111111010001010110110110000111010101011001110111011111000101001010010101000 | e4ba88eba1a2eba397e8adb0eab3bbe294a8 |
UHC | 予롢룗議곻┨ | 111001011111100010001110111000111000111110010011111011001010000110000001111011111010011010111001 | e5f88ee38f93eca181efa6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)