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 | ??D??{ | 001111110011111101000100001111110011111101111011 | 3f3f443f3f7b |
SJIS-WIN | ??D??{ | 001111110011111101000100001111110011111101111011 | 3f3f443f3f7b |
EUC-JP | ??D??{ | 001111110011111101000100001111110011111101111011 | 3f3f443f3f7b |
UTF-8 | 횄짜D횄짙{ | 1110110110011010100001001110110010100111100111000100010011101101100110101000010011101100101001111001100101111011 | ed9a84eca79c44ed9a84eca7997b |
UHC | 횄짜D횄짙{ | 11000011100000111100001010100101010001001100001110000011110000101010001101111011 | c383c2a544c383c2a37b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)