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 | 治鉎、ス | 11110000111110001000111010100001111110111100011110100100111100011000111010111101 | f0f88ea1fbc7a4f18ebd |
EUC-JP | ?治鉎、?ス | 0011111110111100101000111000111111100011110111111000111010100100001111111000111010111101 | 3fbca38fe3df8ea43f8ebd |
UTF-8 | 治鉎、ス | 111011101000001010110111111001101011001010111011111010011000100110001110111011111011110110100100111011101000010010001001111011111011110110111101 | ee82b7e6b2bbe9898eefbda4ee8489efbdbd |
UHC | ?治???? | 00111111111101101011110100111111001111110011111100111111 | 3ff6bd3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)