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 | 谷洩綜 | 100100100100101010001001011010111001000110001110 | 924a896b918e |
EUC-JP | 谷洩綜 | 110000111010101110110001110011001100000111101110 | c3abb1ccc1ee |
UTF-8 | 谷洩綜 | 111010001011000010110111111001101011010010101001111001111011011010011100 | e8b0b7e6b4a9e7b69c |
UHC | 谷洩綜 | 110011011101101111100000110111011111000011111100 | cddbe0ddf0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)