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 | 1110001001101100111001101010110001011001111000100110110011100110101011000110001001000101 | e26ce6ac59e26ce6ac6245 |
EUC-JP | 稷谺Y稷谺bE | 1110001111001101111011001010111001011001111000111100110111101100101011100110001001000101 | e3cdecae59e3cdecae6245 |
UTF-8 | 稷谺Y稷谺bE | 111001111010100010110111111010001011000010111010010110011110011110101000101101111110100010110000101110100110001001000101 | e7a8b7e8b0ba59e7a8b7e8b0ba6245 |
UHC | 稷?Y稷?bE | 111100101100001100111111010110011111001011000011001111110110001001000101 | f2c33f59f2c33f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)