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 | ??び?桀? | 0011111100111111100000101101000100111111100111100111101100111111 | 3f3f82d13f9e7b3f |
EUC-JP | ??び?桀? | 0011111100111111101001001101001100111111110110111101110000111111 | 3f3fa4d33fdbdc3f |
UTF-8 | 룵殺び룴桀팸 | 111010111010001110110101111011111010010110110000111000111000000110110011111010111010001110110100111001101010000110000000111011011000110010111000 | eba3b5efa5b0e381b3eba3b4e6a180ed8cb8 |
UHC | 룵殺び룴桀팸 | 100011111010101011100001111011011010101011010011100011111010100111001011111110101100011011010100 | 8faae1edaad38fa9cbfac6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)