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 | 弔?漿?倚? | 100100101010001000111111100111111111011100111111100110001101111100111111 | 92a23f9ff73f98df3f |
EUC-JP | 弔?漿?倚? | 110001001010010000111111110111101111100100111111110100001110000100111111 | c4a43fdef93fd0e13f |
UTF-8 | 弔렞漿렔倚렊 | 111001011011110010010100111010111010000010011110111001101011110010111111111010111010000010010100111001011000000010011010111010111010000010001010 | e5bc94eba09ee6bcbfeba094e5809aeba08a |
UHC | 弔렞漿렔倚렊 | 111100001100000010001110101011111110110111101100100011101010100111101011111011111000111010100001 | f0c08eafedec8ea9ebef8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)