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 | 痔鴦ース | 11110000111000111000111010100100111010011111000110110000111100011000111010111101 | f0e38ea4e9f1b0f18ebd |
EUC-JP | ?痔鴦ー?ス | 00111111101111001010011011110010111100111000111010110000001111111000111010111101 | 3fbca6f2f38eb03f8ebd |
UTF-8 | 痔鴦ース | 111011101000001010100010111001111001011110010100111010011011010010100110111011111011110110110000111011101000010010001001111011111011110110111101 | ee82a2e79794e9b4a6efbdb0ee8489efbdbd |
UHC | ?痔鴦??? | 0011111111110110110000001110010011101100001111110011111100111111 | 3ff6c0e4ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)