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 | 瘟??熬?オ | 111000011000100100111111001111111110000010010010001111111000001101001001 | e1893f3fe0923f8349 |
EUC-JP | 瘟??熬?オ | 111000011110100100111111001111111101111111110010001111111010010110101010 | e1e93f3fdff23fa5aa |
UTF-8 | 瘟룝많熬뽫オ | 111001111001100010011111111010111010001110011101111010111010011110001110111001111000011010101100111010111011110110101011111000111000001010101010 | e7989feba39deba78ee786acebbdabe382aa |
UHC | 瘟룝많熬뽫オ | 111010001011000010110111111001001011100010111001111010001010001010010110111001111010101110101010 | e8b0b7e4b8b9e8a296e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)