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 | 外믡궪外믡궪^ | 11100101101001001001011011101011101011111010000111101010101101101010101011100101101001001001011011101011101011111010000111101010101101101010101001011110 | e5a496ebafa1eab6aae5a496ebafa1eab6aa5e |
UHC | 外믡궪外믡궪^ | 11101000111000101001001011100011100000101011110011101000111000101001001011100011100000101011110001011110 | e8e292e382bce8e292e382bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)