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 | 鍾ケト | 100011111101111110111001110001001111000011000110 | 8fdfb9c4f0c6 |
EUC-JP | 鍾ケト? | 10111110111000011000111010111001100011101100010000111111 | bee18eb98ec43f |
UTF-8 | 鍾ケト | 111010011000110110111110111011111011110110111001111011111011111010000100111011101000001010000101 | e98dbeefbdb9efbe84ee8285 |
UHC | 鍾??? | 1111000110100011001111110011111100111111 | f1a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)