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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 焌??焌?? | 10001111110010011110100000111111001111111000111111001001111010000011111100111111 | 8fc9e83f3f8fc9e83f3f |
UTF-8 | 焌브텬焌븅렖 | 111001111000010010001100111010111011100010001100111011011000010110101100111001111000010010001100111010111011100010000101111010111010000010010110 | e7848cebb88ced85ace7848cebb885eba096 |
UHC | 焌브텬焌븅렖 | 111100011110000010111010111010101100010111100000111100011110000010111010111010011000111010101011 | f1e0baeac5e0f1e0bae98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)