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 | ??????R | 00111111001111110011111100111111001111110011111101010010 | 3f3f3f3f3f3f52 |
SJIS-WIN | 霓?????R | 1110100010111101001111110011111100111111001111110011111101010010 | e8bd3f3f3f3f3f52 |
EUC-JP | 霓?????R | 1111000010111111001111110011111100111111001111110011111101010010 | f0bf3f3f3f3f3f52 |
UTF-8 | 霓뉔쟽溜곕젘R | 11101001100111001001001111101011100010011001010011101100100111111011110111101111101001111000101111101010101100111001010111101100101000001001100001010010 | e99c93eb8994ec9fbdefa78beab395eca09852 |
UHC | 霓뉔쟽溜곕젘R | 11100111111001111000011111101001101000001000001111101010111111101011000011101011101000001001010001010010 | e7e787e9a083eafeb0eba09452 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)