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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 谷巽属鱈臓担 | 100100100100101010010010010001101001000110101110100100100100110010010001100111111001001001010011 | 924a924691ae924c919f9253 |
EUC-JP | 谷巽属鱈臓担 | 110000111010101111000011101001111100001010110000110000111010110111000010101000011100001110110100 | c3abc3a7c2b0c3adc2a1c3b4 |
UTF-8 | 谷巽属鱈臓担 | 111010001011000010110111111001011011011110111101111001011011000110011110111010011011000110001000111010001000011110010011111001101000101110000101 | e8b0b7e5b7bde5b19ee9b188e88793e68b85 |
UHC | 谷巽???? | 1100110111011011111000011101111000111111001111110011111100111111 | cddbe1de3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)