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 | 1110001111010111111100101111010101011001111000111101011111110010111101010110001001000101 | e3d7f2f559e3d7f2f56245 |
EUC-JP | 聆?Y聆?bE | 111001101101100100111111010110011110011011011001001111110110001001000101 | e6d93f59e6d93f6245 |
UTF-8 | 聆Y聆bE | 111010001000000110000110111011101000100010101100010110011110100010000001100001101110111010001000101011000110001001000101 | e88186ee88ac59e88186ee88ac6245 |
UHC | 聆?Y聆?bE | 110101101100000000111111010110011101011011000000001111110110001001000101 | d6c03f59d6c03f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)