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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姨???l? | 1001101101001000001111110011111100111111100000101000110000111111 | 9b483f3f3f828c3f |
EUC-JP | 姨???l? | 1101010110101001001111110011111100111111101000111110110000111111 | d5a93f3f3fa3ec3f |
UTF-8 | 姨먰쉸淋l쮬 | 111001011010011110101000111010111010100010110000111011001000100110111000111011111010011110110101111011111011110110001100111011001010111010101100 | e5a7a8eba8b0ec89b8efa7b5efbd8cecaeac |
UHC | 姨먰쉸淋l쮬 | 111011001010100110010000111011011001101010001110111011001111100010100011111011001010100010001001 | eca990ed9a8eecf8a3eca889 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)