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 | 陰?檗渟? | 1000100101000001001111111001111101000000100111111101100100111111 | 89413f9f409fd93f |
EUC-JP | 陰?檗渟? | 1011000110100010001111111101110110100001110111101101101100111111 | b1a23fdda1dedb3f |
UTF-8 | 陰뀀檗渟렏 | 111010011001100110110000111010111000000010000000111001101010101010010111111001101011100010011111111010111010000010001111 | e999b0eb8080e6aa97e6b89feba08f |
UHC | 陰뀀檗渟렏 | 11101011111001001011001011101011110110111111110011101111111001011000111010100101 | ebe4b2ebdbfcefe58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)