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 | ???佚??? | 0011111100111111001111111001100011000011001111110011111100111111 | 3f3f3f98c33f3f3f |
EUC-JP | ???佚??? | 0011111100111111001111111101000011000101001111110011111100111111 | 3f3f3fd0c53f3f3f |
UTF-8 | 溜삥뼡佚띿뵿溜 | 111011111010011110001011111011001000001010100101111010111011110010100001111001001011110110011010111010111001110110111111111010111011010110111111111011111010011110001011 | efa78bec82a5ebbca1e4bd9aeb9dbfebb5bfefa78b |
UHC | 溜삥뼡佚띿뵿溜 | 1110101011111110101110111110011010010110101001001110110011101010100011011110110010010100101111011110101011111110 | eafebbe696a4ecea8dec94bdeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)