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 | ?納咐與?ゴ | 00111111100101000101101110011001111100111110010001101111001111111000001101010011 | 3f945b99f3e46f3f8353 |
EUC-JP | ?納咐與?ゴ | 00111111110001111011110011010010111101011110011111010000001111111010010110110100 | 3fc7bcd2f5e7d03fa5b4 |
UTF-8 | 룶納咐與쥚ゴ | 111010111010001110110110111001111011010010001101111001011001001010010000111010001000100010000111111011001010010110011010111000111000001010110100 | eba3b6e7b48de59290e88887eca59ae382b4 |
UHC | 룶納咐與쥚ゴ | 100011111010101111010010101000011101110011111011111001101010100010100010100011111010101110110100 | 8fabd2a1dcfbe6a8a28fabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)