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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜀吩ケ鈴刹 | 111001011000011010011001111001001011100110010111111010011001100110001011 | e58699e4b997e9998b |
EUC-JP | 蜀吩ケ鈴刹 | 11101001111001101101001011100110100011101011100111001110111010111101000111101011 | e9e6d2e68eb9ceebd1eb |
UTF-8 | 蜀吩ケ鈴刹 | 111010001001110010000000111001011001000010101001111011111011110110111001111010011000100010110100111001011000100010111001 | e89c80e590a9efbdb9e988b4e588b9 |
UHC | 蜀吩?鈴刹 | 111101011011100111011101110000110011111111010110110000101111001111001011 | f5b9ddc33fd6c2f3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)