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 | 題?g闇屯? | 10010001111010000011111110000010100001111000100011000101100100111101010000111111 | 91e83f828788c593d43f |
EUC-JP | 題?g闇屯? | 11000010111010100011111110100011111001111011000011000111110001101101011000111111 | c2ea3fa3e7b0c7c6d63f |
UTF-8 | 題ㅵg闇屯치 | 111010011010000110001100111000111000010110110101111011111011110110000111111010011001011110000111111001011011000110101111111011001011100110011000 | e9a18ce385b5efbd87e99787e5b1afecb998 |
UHC | 題ㅵg闇屯치 | 111100001011100110100100111001011010001111100111111001001110000111010100111010101100010010100001 | f0b9a4e5a3e7e4e1d4eac4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)