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 | 凹????? | 10001001100110100011111100111111001111110011111100111111 | 899a3f3f3f3f3f |
EUC-JP | 凹??濚?? | 101100011111101000111111001111111000111111001001101000010011111100111111 | b1fa3f3f8fc9a13f3f |
UTF-8 | 凹듐꺂濚띹㎢ | 111001011000011110111001111010111001001110010000111010101011101010000010111001101011111110011010111010111001110110111001111000111000111010100010 | e587b9eb9390eaba82e6bf9aeb9db9e38ea2 |
UHC | 凹듐꺂濚띹㎢ | 111010001110101010110101111000111000001110101011111001111011100110001101111010001010011110110100 | e8eab5e383abe7b98de8a7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)