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 | 夜??椅?│ | 100101101110100100111111001111111000100011010110001111111000010010100000 | 96e93f3f88d63f84a0 |
EUC-JP | 夜??椅?│ | 110011001110101100111111001111111011000011011000001111111010100010100010 | cceb3f3fb0d83fa8a2 |
UTF-8 | 夜쏅뗄椅먲│ | 111001011010010010011100111011001000111110000101111010111001011110000100111001101010010010000101111010111010100010110010111000101001010010000010 | e5a49cec8f85eb9784e6a485eba8b2e29482 |
UHC | 夜쏅뗄椅먲│ | 111001011010100010011011111010111011011010111111111010111111010110010000111011111010011010100010 | e5a89bebb6bfebf590efa6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)