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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
UTF-8 | 뫚뫆뫚몼~ | 11101011101010111001101011101011101010111000011011101011101010111001101011101011101010101011110001111110 | ebab9aebab86ebab9aebaabc7e |
UHC | 뫚뫆뫚몼~ | 100100011011101010010001101010011001000110111010100100011010000101111110 | 91ba91a991ba91a17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)