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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???瀁 | 0011111100111111001111111110000001100110 | 3f3f3fe066 |
EUC-JP | ???瀁 | 0011111100111111001111111101111111000111 | 3f3f3fdfc7 |
UTF-8 | 렫롇렰瀁 | 111010111010000010101011111010111010000110000111111010111010000010110000111001111000000010000001 | eba0abeba187eba0b0e78081 |
UHC | 렫롇렰瀁 | 1000111010111001100011101100110110001110101111011110010111001000 | 8eb98ecd8ebde5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)