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 | ??1節∽? | 001111110011111110000010010100001001000011011111100000011110010000111111 | 3f3f825090df81e43f |
EUC-JP | 旿?1節∽? | 1000111111000001111101000011111110100011101100011100000011100001101000101110011000111111 | 8fc1f43fa3b1c0e1a2e63f |
UTF-8 | 旿듿1節∽쉘 | 111001101001011110111111111010111001001110111111111011111011110010010001111001111010111110000000111000101000100010111101111011001000100110011000 | e697bfeb93bfefbc91e7af80e288bdec8998 |
UHC | 旿듿1節∽쉘 | 111001111111101010001010111001011010001110110001111011111011110110100001111011111011110110101001 | e7fa8ae5a3b1efbda1efbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)