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 | 獄??悠?? | 1000110110010110001111110011111110010111010010010011111100111111 | 8d963f3f97493f3f |
EUC-JP | 獄??悠?? | 1011100111110110001111110011111111001101101010100011111100111111 | b9f63f3fcdaa3f3f |
UTF-8 | 獄쏄쑈悠됬벀 | 111001111000110110000100111011001000111110000100111011001001000110001000111001101000001010100000111010111001000010101100111010111011001010000000 | e78d84ec8f84ec9188e682a0eb90acebb280 |
UHC | 獄쏄쑈悠됬벀 | 111010001010101110011011111010101011111010100100111010101110110110001001111001111001001110100110 | e8ab9beabea4eaed89e793a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)