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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?咫瑞? | 001111111001101001000000100100001001000000111111 | 3f9a4090903f |
EUC-JP | ?咫瑞? | 001111111101001110100001101111111111000000111111 | 3fd3a1bff03f |
UTF-8 | 룶咫瑞핥 | 111010111010001110110110111001011001001010101011111001111001000110011110111011011001010110100101 | eba3b6e592abe7919eed95a5 |
UHC | 룶咫瑞핥 | 1000111110101011111100101010000111011111111110101100011111010011 | 8fabf2a1dffac7d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)