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 | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
SJIS-WIN | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
EUC-JP | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
UTF-8 | 뮤步I}뮤步I{^ | 1110101110101110101001001110011010101101101001010100100101111101111010111010111010100100111001101010110110100101010010010111101101011110 | ebaea4e6ada5497debaea4e6ada5497b5e |
UHC | 뮤步I}뮤步I{^ | 10111001110000101101110011000110010010010111110110111001110000101101110011000110010010010111101101011110 | b9c2dcc6497db9c2dcc6497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)