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 | 絶??鈺х? | 100100001110001000111111001111111111101111000100100001001000011100111111 | 90e23f3ffbc484873f |
EUC-JP | 絶??鈺х? | 11000000111001000011111100111111100011111110001111010101101001111110011100111111 | c0e43f3f8fe3d5a7e73f |
UTF-8 | 絶쇿룠鈺х눧 | 1110011110110101101101101110110010000111101111111110101110100011101000001110100110001000101110101101000110000101111010111000100010100111 | e7b5b6ec87bfeba3a0e988bad185eb88a7 |
UHC | 絶쇿룠鈺х눧 | 111011111011111010011001111001011000111110011010111010001010110110101100111001111000011110111110 | efbe99e58f9ae8adace787be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)