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 | 詹ロ鍈 | 1111101110100101110110111111101001011110 | fba5dbfa5e |
EUC-JP | 詹ロ鍈 | 1000111111011101111010101000111011011011100011111110010011101001 | 8fddea8edb8fe4e9 |
UTF-8 | 詹ロ鍈 | 111010001010100110111001111011111011111010011011111010011000110110001000 | e8a9b9efbe9be98d88 |
UHC | 詹?鍈 | 1111010011011010001111111110011111001100 | f4da3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)