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 | ?審?桀?? | 0011111110010000010100100011111110011110011110110011111100111111 | 3f90523f9e7b3f3f |
EUC-JP | ?審?桀?? | 0011111110111111101100110011111111011011110111000011111100111111 | 3fbfb33fdbdc3f3f |
UTF-8 | 룵審룴桀펑룶 | 111010111010001110110101111001011010111110101001111010111010001110110100111001101010000110000000111011011000111010010001111010111010001110110110 | eba3b5e5afa9eba3b4e6a180ed8e91eba3b6 |
UHC | 룵審룴桀펑룶 | 100011111010101011100011111110111000111110101001110010111111101011000110111000111000111110101011 | 8faae3fb8fa9cbfac6e38fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)