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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?消???^ | 00111111100011111100000100111111001111110011111101011110 | 3f8fc13f3f3f5e |
EUC-JP | ?消???^ | 00111111101111101100001100111111001111110011111101011110 | 3fbec33f3f3f5e |
UTF-8 | 뤊消쭗뷘샹^ | 11101011101001001000101011100110101101101000100011101100101011011001011111101011101101111001100011101100100000111011100101011110 | eba48ae6b688ecad97ebb798ec83b95e |
UHC | 뤊消쭗뷘샹^ | 1000111110111010111000011011110010100111100011111011101011100001101111001010011101011110 | 8fbae1bca78fbae1bca75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)