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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?壅碩 | 0011111110011010110101111001000011010111 | 3f9ad790d7 |
EUC-JP | ?壅碩 | 0011111111010100110110011100000011011001 | 3fd4d9c0d9 |
UTF-8 | 쁨壅碩 | 111011001000000110101000111001011010001110000101111001111010001010101001 | ec81a8e5a385e7a2a9 |
UHC | 쁨壅碩 | 101110111101110111101000101101011110000010110101 | bbdde8b5e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)