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 | 譁帚漠 | 111001101001011010011011111000101001010010011001 | e6969be29499 |
EUC-JP | 譁帚漠 | 111010111111011011010110111001001100011111111001 | ebf6d6e4c7f9 |
UTF-8 | 譁帚漠 | 111010001010110110000001111001011011100010011010111001101011110010100000 | e8ad81e5b89ae6bca0 |
UHC | 譁?漠 | 1111110010100110001111111101100010101110 | fca63fd8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)