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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 璵®?? | 1000111111001100111001101000111110100010111011100011111100111111 | 8fcce68fa2ee3f3f |
UTF-8 | 璵®콬嶪 | 1110011110010010101101011100001010101110111011001011110110101100111001011011011010101010 | e792b5c2aeecbdace5b6aa |
UHC | 璵®콬嶪 | 1110011010100101101000101110011110110001101000001110010111110101 | e6a5a2e7b1a0e5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)