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 | ?懶敍?素? | 001111111001110011101111100111011100010000111111100100010110011000111111 | 3f9cef9dc43f91663f |
EUC-JP | 芷懶敍?素? | 1000111111010111110010011101100011110001110110101100011000111111110000011100011100111111 | 8fd7c9d8f1dac63fc1c73f |
UTF-8 | 芷懶敍뤊素咽 | 111010001000101010110111111001101000011110110110111001101001010110001101111010111010010010001010111001111011010010100000111011111010011010011110 | e88ab7e687b6e6958deba48ae7b4a0efa69e |
UHC | 芷懶敍뤊素咽 | 111100101011101011010100111110111101111111110011100011111011101011100001110010001110011011101100 | f2bad4fbdff38fbae1c8e6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)