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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?戍?ヘ? | 00111111100111001111100100111111100000110111011100111111 | 3f9cf93f83773f |
EUC-JP | ?戍?ヘ? | 00111111110110001111101100111111101001011101100000111111 | 3fd8fb3fa5d83f |
UTF-8 | 룵戍춳ヘ룶 | 111010111010001110110101111001101000100010001101111011001011011010110011111000111000001110011000111010111010001110110110 | eba3b5e6888decb6b3e38398eba3b6 |
UHC | 룵戍춳ヘ룶 | 10001111101010101110001010100001101011011000111110101011110110001000111110101011 | 8faae2a1ad8fabd88fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)