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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???茵?? | 00111111001111110011111111100100100111110011111100111111 | 3f3f3fe49f3f3f |
EUC-JP | ???茵?? | 00111111001111110011111111101000101000010011111100111111 | 3f3f3fe8a13f3f |
UTF-8 | 琉딂뮕茵껈슘 | 111011111010011110001100111010111001010010000010111010111010111010010101111010001000110010110101111010101011101110001000111011001000101010011000 | efa78ceb9482ebae95e88cb5eabb88ec8a98 |
UHC | 琉딂뮕茵껈슘 | 111010111010010010001010111010001001001010100001111011001110000010000011111010011011110110110111 | eba48ae892a1ece083e9bdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)