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 | 瘟????オ | 1110000110001001001111110011111100111111001111111000001101001001 | e1893f3f3f3f8349 |
EUC-JP | 瘟????オ | 1110000111101001001111110011111100111111001111111010010110101010 | e1e93f3f3f3fa5aa |
UTF-8 | 瘟룬쮵曆뉒オ | 111001111001100010011111111010111010001110101100111011001010111010110101111011111010011010001011111010111000100110010010111000111000001010101010 | e7989feba3acecaeb5efa68beb8992e382aa |
UHC | 瘟룬쮵曆뉒オ | 111010001011000010110111111010011010100010010010111001101011011110000111111001111010101110101010 | e8b0b7e9a892e6b787e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)