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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 琉뗨찠鱗띄넞 | 111011111010011110001100111010111001011110101000111011001011000010100000111011111010011110110010111010111001110110000100111010111000010010011110 | efa78ceb97a8ecb0a0efa7b2eb9d84eb849e |
UHC | 琉뗨찠鱗띄넞 | 111010111010010010001011111010001010100110011110111011001110011110110110111001111000011010100010 | eba48be8a99eece7b6e786a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)