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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋蛾宦蔗 | 1110100011111001100010011110100110011011100000011110010011110010 | e8f989e99b81e4f2 |
EUC-JP | 顋蛾宦蔗 | 1111000011111011101100101110101111010101111000011110100011110100 | f0fbb2ebd5e1e8f4 |
UTF-8 | 顋蛾宦蔗 | 111010011010000110001011111010001001101110111110111001011010111010100110111010001001010010010111 | e9a18be89bbee5aea6e89497 |
UHC | ?蛾宦蔗 | 00111111111001001011011011111100101100101110110110111101 | 3fe4b6fcb2edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)