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 | 載?o?句 | 1000110111011010001111111000001010001111001111111000101111100101 | 8dda3f828f3f8be5 |
EUC-JP | 載?o?句 | 1011101011011100001111111010001111101111001111111011011011100111 | badc3fa3ef3fb6e7 |
UTF-8 | 載뜹o렻句 | 111010001011110010001001111010111001110010111001111011111011110110001111111010111010000010111011111001011000111110100101 | e8bc89eb9cb9efbd8feba0bbe58fa5 |
UHC | 載뜹o렻句 | 11101110101100001011011011100101101000111110111110001110110000111100111110100011 | eeb0b6e5a3ef8ec3cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)