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 | 禹屆? | 1110001001011010100110111001110000111111 | e25a9b9c3f |
EUC-JP | 禹屆? | 1110001110111011110101011111110000111111 | e3bbd5fc3f |
UTF-8 | 禹屆은 | 111001111010011010111001111001011011000110000110111011001001110110000000 | e7a6b9e5b186ec9d80 |
UHC | 禹屆은 | 111010011110000011001100111110101100000010111010 | e9e0ccfac0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)