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 | 如??湲?? | 1001010001000000001111110011111110011111110100010011111100111111 | 94403f3f9fd13f3f |
EUC-JP | 如??湲?? | 1100011110100001001111110011111111011110110100110011111100111111 | c7a13f3fded33f3f |
UTF-8 | 如붿눃湲썹뮫 | 111001011010011010000010111010111011011010111111111010111000100010000011111001101011100110110010111011001000110110111001111010111010111010101011 | e5a682ebb6bfeb8883e6b9b2ec8db9ebaeab |
UHC | 如붿눃湲썹뮫 | 111001011111110110010100111011001000011110100100111010101011100010111101111001111001001010110101 | e5fd94ec87a4eab8bde792b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)