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 | 蛯呱興 | 111001011000001010011001111010111000101110111011 | e58299eb8bbb |
EUC-JP | 蛯呱興 | 111010011110001011010010111011011011011010111101 | e9e2d2edb6bd |
UTF-8 | 蛯呱興 | 111010001001101110101111111001011001000110110001111010001000100010001000 | e89bafe591b1e88888 |
UHC | ?呱興 | 0011111111001101101100101111110111101001 | 3fcdb2fde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)