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 | ??????l | 00111111001111110011111100111111001111110011111101101100 | 3f3f3f3f3f3f6c |
SJIS-WIN | ??蜈???l | 0011111100111111111001011000010100111111001111110011111101101100 | 3f3fe5853f3f3f6c |
EUC-JP | ??蜈???l | 0011111100111111111010011110010100111111001111110011111101101100 | 3f3fe9e53f3f3f6c |
UTF-8 | 렱렚蜈섞샴셰l | 11101011101000001011000111101011101000001001101011101000100111001000100011101100100001001001111011101100100000111011010011101100100001011011000001101100 | eba0b1eba09ae89c88ec849eec83b4ec85b06c |
UHC | 렱렚蜈섞샴셰l | 10001110101111101000111010101101111010001010010110111100101011111011110010100100101111001100111001101100 | 8ebe8eade8a5bcafbca4bcce6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)