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 | 湿軸セス宍湿 | 10001110101111001000111010110010101111101011110110001110101100111000111010111100 | 8ebc8eb2bebd8eb38ebc |
EUC-JP | 湿軸セス宍湿 | 101111001011111010111100101101001000111010111110100011101011110110111100101101011011110010111110 | bcbebcb48ebe8ebdbcb5bcbe |
UTF-8 | 湿軸セス宍湿 | 111001101011100110111111111010001011101110111000111011111011110110111110111011111011110110111101111001011010111010001101111001101011100110111111 | e6b9bfe8bbb8efbdbeefbdbde5ae8de6b9bf |
UHC | ?軸???? | 00111111111101011110111000111111001111110011111100111111 | 3ff5ee3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)