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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 媛篩? | 1001010101010001111000101011111100111111 | 9551e2bf3f |
EUC-JP | 媛篩? | 1100100110110010111001001100000100111111 | c9b2e4c13f |
UTF-8 | 媛篩렫 | 111001011010101010011011111001111010111110101001111010111010000010101011 | e5aa9be7afa9eba0ab |
UHC | 媛篩렫 | 111010101011000011011110111010001000111010111001 | eab0dee88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)