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 | 臟??饒?? | 1110010001100110001111110011111111101001011000000011111100111111 | e4663f3fe9603f3f |
EUC-JP | 臟??饒?? | 1110011111000111001111110011111111110001110000010011111100111111 | e7c73f3ff1c13f3f |
UTF-8 | 臟륃궋饒륃뼅 | 111010001000011110011111111010111010010110000011111010101011011010001011111010011010010110010010111010111010010110000011111010111011110010000101 | e8879feba583eab68be9a592eba583ebbc85 |
UHC | 臟륃궋饒륃뼅 | 111011011111010010001111111011101000001010100010111010011010111010001111111011101001011010001111 | edf48fee82a2e9ae8fee968f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)