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 | 茯井「 | 1110010010101000100010001110010010100010 | e4a888e4a2 |
EUC-JP | 茯井「 | 111010001010101010110000111001101000111010100010 | e8aab0e68ea2 |
UTF-8 | 茯井「 | 111010001000110010101111111001001011101010010101111011111011110110100010 | e88cafe4ba95efbda2 |
UHC | 茯井? | 1101110011011010111011111100110000111111 | dcdaefcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)