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 | 筌??肉わ? | 111000101010001100111111001111111001001111110111100000101110110100111111 | e2a33f3f93f782ed3f |
EUC-JP | 筌??肉わ? | 111001001010010100111111001111111100011011111001101001001110111100111111 | e4a53f3fc6f9a4ef3f |
UTF-8 | 筌믩같肉わ쫮 | 111001111010110110001100111010111010111110101001111010101011000010011001111010001000001010001001111000111000001010001111111011001010101110101110 | e7ad8cebafa9eab099e88289e3828fecabae |
UHC | 筌믩같肉わ쫮 | 111011111010011110010010111010111011000010110000111010111011111110101010111011111010011010000110 | efa792ebb0b0ebbfaaefa686 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)