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 | 茯井┰ | 111001001010100010001000111001001000010010111011 | e4a888e484bb |
EUC-JP | 茯井┰ | 111010001010101010110000111001101010100010111101 | e8aab0e6a8bd |
UTF-8 | 茯井┰ | 111010001000110010101111111001001011101010010101111000101001010010110000 | e88cafe4ba95e294b0 |
UHC | 茯井┰ | 110111001101101011101111110011001010011010111101 | dcdaefcca6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)