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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ワタ菽オエB | 11011100110000001110010011000001101101011011010001000010 | dcc0e4c1b5b442 |
EUC-JP | ワタ菽オエB | 1000111011011100100011101100000011101000110000111000111010110101100011101011010001000010 | 8edc8ec0e8c38eb58eb442 |
UTF-8 | ワタ菽オエB | 11101111101111101001110011101111101111101000000011101000100011111011110111101111101111011011010111101111101111011011010001000010 | efbe9cefbe80e88fbdefbdb5efbdb442 |
UHC | ??菽??B | 00111111001111111110001011011101001111110011111101000010 | 3f3fe2dd3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)