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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 霓?????? | 1110100010111101001111110011111100111111001111110011111100111111 | e8bd3f3f3f3f3f3f |
EUC-JP | 霓?????? | 1111000010111111001111110011111100111111001111110011111100111111 | f0bf3f3f3f3f3f3f |
UTF-8 | 霓뉔쟽溜곕젘寧 | 111010011001110010010011111010111000100110010100111011001001111110111101111011111010011110001011111010101011001110010101111011001010000010011000111011111010011010101010 | e99c93eb8994ec9fbdefa78beab395eca098efa6aa |
UHC | 霓뉔쟽溜곕젘寧 | 1110011111100111100001111110100110100000100000111110101011111110101100001110101110100000100101001110011110101100 | e7e787e9a083eafeb0eba094e7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)