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 | 夜??誼?┨ | 100101101110100100111111001111111000101101100010001111111000010010110111 | 96e93f3f8b623f84b7 |
EUC-JP | 夜??誼?┨ | 110011001110101100111111001111111011010111000011001111111010100010111001 | cceb3f3fb5c33fa8b9 |
UTF-8 | 夜껊벉誼쏉┨ | 111001011010010010011100111010101011101110001010111010111011001010001001111010001010101010111100111011001000111110001001111000101001010010101000 | e5a49ceabb8aebb289e8aabcec8f89e294a8 |
UHC | 夜껊벉誼쏉┨ | 111001011010100010000011111010111001001110101100111010111111111010011011111011111010011010111001 | e5a883eb93acebfe9befa6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)