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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 苒η?] | 111001001001001010000011110001010011111101011101 | e49283c53f5d |
EUC-JP | 苒η?] | 111001111111001010100110110001110011111101011101 | e7f2a6c73f5d |
UTF-8 | 苒ηㅎ] | 111010001000101110010010110011101011011111100011100001011000111001011101 | e88b92ceb7e3858e5d |
UHC | 苒ηㅎ] | 11100110111111101010010111100111101001001011111001011101 | e6fea5e7a4be5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)