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 | 予??誼?─ | 100101110101110000111111001111111000101101100010001111111000010010011111 | 975c3f3f8b623f849f |
EUC-JP | 予??誼?─ | 110011011011110100111111001111111011010111000011001111111010100010100001 | cdbd3f3fb5c33fa8a1 |
UTF-8 | 予롢룗誼뷂─ | 111001001011101010001000111010111010000110100010111010111010001110010111111010001010101010111100111010111011011110000010111000101001010010000000 | e4ba88eba1a2eba397e8aabcebb782e29480 |
UHC | 予롢룗誼뷂─ | 111001011111100010001110111000111000111110010011111010111111111010010100111011111010011010100001 | e5f88ee38f93ebfe94efa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)