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 | 驕芽渊 | 111010011000000110001001111010001001111110111011 | e98189e89fbb |
EUC-JP | 驕芽渊 | 111100011110000110110010111010101101111010111101 | f1e1b2eadebd |
UTF-8 | 驕芽渊 | 111010011010100110010101111010001000101010111101111001101011100010001010 | e9a995e88abde6b88a |
UHC | 驕芽? | 1100111011110110111001001011010000111111 | cef6e4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)