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 | ◇?}? | 100000011001111000111111100000010111000000111111 | 819e3f81703f |
EUC-JP | ◇?}? | 101000011111111000111111101000011101000100111111 | a1fe3fa1d13f |
UTF-8 | ◇룵}룶 | 111000101001011110000111111010111010001110110101111011111011110110011101111010111010001110110110 | e29787eba3b5efbd9deba3b6 |
UHC | ◇룵}룶 | 1010000111011110100011111010101010100011111111011000111110101011 | a1de8faaa3fd8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)