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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 省ス舎 | 10001111110010001111100010001110101111011000111011001001 | 8fc8f88ebd8ec9 |
EUC-JP | 省?ス舎 | 10111110110010100011111110001110101111011011110011001011 | beca3f8ebdbccb |
UTF-8 | 省ス舎 | 111001111001110010000001111011101001100010101101111011111011110110111101111010001000100010001110 | e79c81ee98adefbdbde8888e |
UHC | 省??? | 1110000011111101001111110011111100111111 | e0fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)