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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽g?潰? | 1110011010100011100000101000011100111111100100101101011100111111 | e6a382873f92d73f |
EUC-JP | 譽g?潰? | 1110110010100101101000111110011100111111110001001101100100111111 | eca5a3e73fc4d93f |
UTF-8 | 譽g킍潰嶺 | 111010001010110110111101111011111011110110000111111011011000001010001101111001101011110110110000111011111010011010101011 | e8adbdefbd87ed828de6bdb0efa6ab |
UHC | 譽g킍潰嶺 | 11100111111000101010001111100111101101001001100111001111111101111110011110101101 | e7e2a3e7b499cff7e7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)