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 | 瓮g?節?? | 111000010100010010000010100001110011111110010000110111110011111100111111 | e14482873f90df3f3f |
EUC-JP | 瓮g?節?? | 111000011010010110100011111001110011111111000000111000010011111100111111 | e1a5a3e73fc0e13f3f |
UTF-8 | 瓮g슝節억쉔 | 111001111001001110101110111011111011110110000111111011001000101010011101111001111010111110000000111011001001011010110101111011001000100110010100 | e793aeefbd87ec8a9de7af80ec96b5ec8994 |
UHC | 瓮g슝節억쉔 | 111010001011011110100011111001111011110110111001111011111011110110111110111011111011110110101000 | e8b7a3e7bdb9efbdbeefbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)