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 | 吟?Ж | 1000101111100001001111111000010001000111 | 8be13f8447 |
EUC-JP | 吟?Ж | 1011011011100011001111111010011110101000 | b6e33fa7a8 |
UTF-8 | 吟용Ж | 1110010110010000100111111110110010011010101010011101000010010110 | e5909fec9aa9d096 |
UHC | 吟용Ж | 111010111110000110111111111010111010110010101000 | ebe1bfebaca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)