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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鴫鱧ー釟ォ | 111100101010001110001110101100001110100111100101101100001110011111011010101010111111000010100101 | f2a38eb0e9e5b0e7daabf0a5 |
EUC-JP | ?鴫鱧ー釟ォ? | 001111111011110010110010111100101110011110001110101100001110111011011100100011101010101100111111 | 3fbcb2f2e78eb0eedc8eab3f |
UTF-8 | 鴫鱧ー釟ォ | 111011101000011110011010111010011011010010101011111010011011000110100111111011111011110110110000111010011000011110011111111011111011110110101011111011101000000110100100 | ee879ae9b4abe9b1a7efbdb0e9879fefbdabee81a4 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)