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 | 蜈鯉ス瑚梢 | 111001011000010110001100111011111011110110001100111010001000111110111101 | e5858cefbd8ce88fbd |
EUC-JP | 蜈鯉ス瑚梢 | 11101001111001011011100011110001100011101011110110111000111010101011111010111111 | e9e5b8f18ebdb8eabebf |
UTF-8 | 蜈鯉ス瑚梢 | 111010001001110010001000111010011010111110001001111011111011110110111101111001111001000110011010111001101010001010100010 | e89c88e9af89efbdbde7919ae6a2a2 |
UHC | 蜈鯉?瑚梢 | 111010001010010111010111111011110011111111111011110100011111010011111110 | e8a5d7ef3ffbd1f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)