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 | 楯蓚? | 1000111101111100111001001110100100111111 | 8f7ce4e93f |
EUC-JP | 楯蓚渲 | 10111101110111011110100011101011100011111100011111101100 | bddde8eb8fc7ec |
UTF-8 | 楯蓚渲 | 111001101010010110101111111010001001001110011010111001101011100010110010 | e6a5afe8939ae6b8b2 |
UHC | 楯蓚渲 | 111000101110010011100010101111101110000011000010 | e2e4e2bee0c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)