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 | 牀猩瞻 | 111000001010110011100000110011011110000111011011 | e0ace0cde1db |
EUC-JP | 牀猩瞻 | 111000001010111011100000110011111110001011011101 | e0aee0cfe2dd |
UTF-8 | 牀猩瞻 | 111001111000100110000000111001111000110010101001111001111001111010111011 | e78980e78ca9e79ebb |
UHC | 牀猩瞻 | 110111111101000111100000111110101111010011010111 | dfd1e0faf4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)