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 | 褥??巡?? | 1110010111110001001111110011111110001111100001000011111100111111 | e5f13f3f8f843f3f |
EUC-JP | 褥??巡?? | 1110101011110011001111110011111110111101111001000011111100111111 | eaf33f3fbde43f3f |
UTF-8 | 褥띔쑈巡먬낭 | 111010001010010010100101111010111001110110010100111011001001000110001000111001011011011110100001111010111010100010101100111010111000001010101101 | e8a4a5eb9d94ec9188e5b7a1eba8aceb82ad |
UHC | 褥띔쑈巡먬낭 | 111010011011001110110110111010101011111010100100111000101101111010010000111010011011001110110110 | e9b3b6eabea4e2de90e9b3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)