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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
UTF-8 | 롆롐Y롆롐bE | 111010111010000110000110111010111010000110010000010110011110101110100001100001101110101110100001100100000110001001000101 | eba186eba19059eba186eba1906245 |
UHC | 롆롐Y롆롐bE | 1000111011001100100011101101011001011001100011101100110010001110110101100110001001000101 | 8ecc8ed6598ecc8ed66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)