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 | ?矯?礪 | 001111111000101110111000001111111110000111101000 | 3f8bb83fe1e8 |
EUC-JP | ?矯?礪 | 001111111011011010111010001111111110001011101010 | 3fb6ba3fe2ea |
UTF-8 | 뤗矯쿨礪 | 111010111010010010010111111001111001111110101111111011001011111110101000111001111010010010101010 | eba497e79fafecbfa8e7a4aa |
UHC | 뤗矯쿨礪 | 1000111111000111110011101110110011000100111100001101010111101100 | 8fc7ceecc4f0d5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)