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 | 蔕翫喉鐔緒終 | 111001001111011010001010111000111000110101000001111010000101110010001111100011111000111101001001 | e4f68ae38d41e85c8f8f8f49 |
EUC-JP | 蔕翫喉鐔緒終 | 111010001111100010110100111001011011100110100010111011111011110110111101111011111011110110101010 | e8f8b4e5b9a2efbdbdefbdaa |
UTF-8 | 蔕翫喉鐔緒終 | 111010001001010010010101111001111011111110101011111001011001011010001001111010011001000010010100111001111011011110010010111001111011010110000010 | e89495e7bfabe59689e99094e7b792e7b582 |
UHC | ?翫喉??終 | 001111111110100011010001111111011010101000111111001111111111000011111011 | 3fe8d1fdaa3f3ff0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)