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 | 尺雫踵 | 100011101101101010001110101101001110011011111001 | 8eda8eb4e6f9 |
EUC-JP | 尺雫踵 | 101111001101110010111100101101101110110011111011 | bcdcbcb6ecfb |
UTF-8 | 尺雫踵 | 111001011011000010111010111010011001101110101011111010001011100010110101 | e5b0bae99babe8b8b5 |
UHC | 尺?踵 | 1111010010101001001111111111000110100010 | f4a93ff1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)