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 | 予??誼?┴ | 100101110101110000111111001111111000101101100010001111111000010010101000 | 975c3f3f8b623f84a8 |
EUC-JP | 予??誼?┴ | 110011011011110100111111001111111011010111000011001111111010100010101010 | cdbd3f3fb5c33fa8aa |
UTF-8 | 予롢룗誼억┴ | 111001001011101010001000111010111010000110100010111010111010001110010111111010001010101010111100111011001001011010110101111000101001010010110100 | e4ba88eba1a2eba397e8aabcec96b5e294b4 |
UHC | 予롢룗誼억┴ | 111001011111100010001110111000111000111110010011111010111111111010111110111011111010011010101010 | e5f88ee38f93ebfebeefa6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)