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 | 1110100111101100100010001010000101011001111010011110110010001000101000010110001001000101 | e9ec88a159e9ec88a16245 |
EUC-JP | 鴈娃Y鴈娃bE | 1111001011101110101100001010001101011001111100101110111010110000101000110110001001000101 | f2eeb0a359f2eeb0a36245 |
UTF-8 | 鴈娃Y鴈娃bE | 111010011011010010001000111001011010100010000011010110011110100110110100100010001110010110101000100000110110001001000101 | e9b488e5a88359e9b488e5a8836245 |
UHC | ?娃Y?娃bE | 001111111110100011011111010110010011111111101000110111110110001001000101 | 3fe8df593fe8df6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)