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 | 璽鋠カス | 11110010101011101000111010100011111110111101010110110110111100011000111010111101 | f2ae8ea3fbd5b6f18ebd |
EUC-JP | ?璽鋠カ?ス | 0011111110111100101001011000111111100100110001111000111010110110001111111000111010111101 | 3fbca58fe4c78eb63f8ebd |
UTF-8 | 璽鋠カス | 111011101000011110100101111001111001001010111101111010011000101110100000111011111011110110110110111011101000010010001001111011111011110110111101 | ee87a5e792bde98ba0efbdb6ee8489efbdbd |
UHC | ?璽???? | 00111111110111111101111000111111001111110011111100111111 | 3fdfde3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)