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 | 午ョ?厄?? | 100011001101111110000011100001110011111110010110111011110011111100111111 | 8cdf83873f96ef3f3f |
EUC-JP | 午ョ?厄?? | 101110001110000110100101111001110011111111001100111100010011111100111111 | b8e1a5e73fccf13f3f |
UTF-8 | 午ョ땝厄좄윊 | 111001011000110110001000111000111000001110100111111010111001010110011101111001011000111010000100111011001010001010000100111011001001110010001010 | e58d88e383a7eb959de58e84eca284ec9c8a |
UHC | 午ョ땝厄좄윊 | 111001111110110110101011111001111011011010101100111001001111100010100000111010001001111110010010 | e7edabe7b6ace4f8a0e89f92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)