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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 外??外??^ | 100010100100111100111111001111111000101001001111001111110011111101011110 | 8a4f3f3f8a4f3f3f5e |
EUC-JP | 外??外??^ | 101100111011000000111111001111111011001110110000001111110011111101011110 | b3b03f3fb3b03f3f5e |
UTF-8 | 外뺡뼅外뺡뼅^ | 11100101101001001001011011101011101110101010000111101011101111001000010111100101101001001001011011101011101110101010000111101011101111001000010101011110 | e5a496ebbaa1ebbc85e5a496ebbaa1ebbc855e |
UHC | 外뺡뼅外뺡뼅^ | 11101000111000101001010111101001100101101000111111101000111000101001010111101001100101101000111101011110 | e8e295e9968fe8e295e9968f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)