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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 埃Y埃bE | 10011010101110100101100110011010101110100110001001000101 | 9aba599aba6245 |
EUC-JP | 埃Y埃bE | 11010100101111000101100111010100101111000110001001000101 | d4bc59d4bc6245 |
UTF-8 | 埃Y埃bE | 111001011001111110000011010110011110010110011111100000110110001001000101 | e59f8359e59f836245 |
UHC | 埃Y埃bE | 11100100111011110101100111100100111011110110001001000101 | e4ef59e4ef6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)