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 | 夜??宥?? | 1001011011101001001111110011111110010111010001110011111100111111 | 96e93f3f97473f3f |
EUC-JP | 夜??宥?? | 1100110011101011001111110011111111001101101010000011111100111111 | cceb3f3fcda83f3f |
UTF-8 | 夜쏅벣宥쒍펾 | 111001011010010010011100111011001000111110000101111010111011001010100011111001011010111010100101111011001001001010001101111011011000111010111110 | e5a49cec8f85ebb2a3e5aea5ec928ded8ebe |
UHC | 夜쏅벣宥쒍펾 | 111001011010100010011011111010111001001110111100111010101110100110011100111001001011110010001101 | e5a89beb93bceae99ce4bc8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)