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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈊磁鍾ケ | 11111011110000111000111010100101100011111101111110111001 | fbc38ea58fdfb9 |
EUC-JP | 鈊磁鍾ケ | 100011111110001110111111101111001010011110111110111000011000111010111001 | 8fe3bfbca7bee18eb9 |
UTF-8 | 鈊磁鍾ケ | 111010011000100010001010111001111010001110000001111010011000110110111110111011111011110110111001 | e9888ae7a381e98dbeefbdb9 |
UHC | ?磁鍾? | 001111111110110110111000111100011010001100111111 | 3fedb8f1a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)