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 | ?審?匿 | 001111111001000001010010001111111001001110111101 | 3f90523f93bd |
EUC-JP | ?審?匿 | 001111111011111110110011001111111100011010111111 | 3fbfb33fc6bf |
UTF-8 | 룵審룵匿 | 111010111010001110110101111001011010111110101001111010111010001110110101111001011000110010111111 | eba3b5e5afa9eba3b5e58cbf |
UHC | 룵審룵匿 | 1000111110101010111000111111101110001111101010101101001011111011 | 8faae3fb8faad2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)