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 | ???竊? | 001111110011111100111111111000101000011000111111 | 3f3f3fe2863f |
EUC-JP | ???竊? | 001111110011111100111111111000111110011000111111 | 3f3f3fe3e63f |
UTF-8 | 嶺뚮맧竊섓 | 111011111010011010101011111010111001101010101110111010111010011110100111111001111010101110001010111011001000010010010011 | efa6abeb9aaeeba7a7e7ab8aec8493 |
UHC | 嶺뚮맧竊섓 | 11100111101011011000110011101011100100001011000011101111101111001001100011101111 | e7ad8ceb90b0efbc98ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)