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 | 訝??言③? | 111001100110001000111111001111111000110010111110100001110100001000111111 | e6623f3f8cbe87423f |
EUC-JP | 訝??言?? | 1110101111000011001111110011111110111000110000000011111100111111 | ebc33f3fb8c03f3f |
UTF-8 | 訝딉쉴言③쓯 | 111010001010100010011101111010111001010010001001111011001000100110110100111010001010100010000000111000101001000110100010111011001001001110101111 | e8a89deb9489ec89b4e8a880e291a2ec93af |
UHC | 訝딉쉴言③쓯 | 111001001011100010001010111011111011110110101111111001011110101110101000111010011001110110001111 | e4b88aefbdafe5eba8e99d8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)