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 | ??愼?班? | 0011111100111111100111001100010000111111100101001100011100111111 | 3f3f9cc43f94c73f |
EUC-JP | 澔?愼?班? | 10001111110010001110110000111111110110001100011000111111110010001100100100111111 | 8fc8ec3fd8c63fc8c93f |
UTF-8 | 澔뫄愼뤊班띱 | 111001101011111010010100111010111010101110000100111001101000010010111100111010111010010010001010111001111000111110101101111010111001110110110001 | e6be94ebab84e684bceba48ae78fadeb9db1 |
UHC | 澔뫄愼뤊班띱 | 111110111100101110111000111110101110001111100101100011111011101011011010111011001011011011110000 | fbcbb8fae3e58fbadaecb6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)