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 | ?斐?漿?嫩 | 001111111001010011100011001111111001111111110111001111111001101101100011 | 3f94e33f9ff73f9b63 |
EUC-JP | ?斐?漿?嫩 | 001111111100100011100101001111111101111011111001001111111101010111000100 | 3fc8e53fdef93fd5c4 |
UTF-8 | 뤶斐목漿톻嫩 | 111010111010010010110110111001101001011010010000111010111010101010101001111001101011110010111111111011011000011010111011111001011010101110101001 | eba4b6e69690ebaaa9e6bcbfed86bbe5aba9 |
UHC | 뤶斐목漿톻嫩 | 100011111110010011011101111011001011100011110001111011011110110010110111100011101101001011101100 | 8fe4ddecb8f1edecb78ed2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)