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 | 雫篦実 | 100011101011010011100010110000101000111011000000 | 8eb4e2c28ec0 |
EUC-JP | 雫篦実 | 101111001011011011100100110001001011110011000010 | bcb6e4c4bcc2 |
UTF-8 | 雫篦実 | 111010011001101110101011111001111010111110100110111001011010111010011111 | e99babe7afa6e5ae9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)