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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 豁Y豁bE | 1110011010101101111100101111000001011001111001101010110111110010111100000110001001000101 | e6adf2f059e6adf2f06245 |
EUC-JP | 豁?Y豁?bE | 111011001010111100111111010110011110110010101111001111110110001001000101 | ecaf3f59ecaf3f6245 |
UTF-8 | 豁Y豁bE | 111010001011000110000001111011101000100010100111010110011110100010110001100000011110111010001000101001110110001001000101 | e8b181ee88a759e8b181ee88a76245 |
UHC | 豁?Y豁?bE | 111111001100001100111111010110011111110011000011001111110110001001000101 | fcc33f59fcc33f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)