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 | 瞶 | 111101011011110111100001110101101111010110111101111100011111110011110101101111011111000111111100 | f5bde1d6f5bdf1fcf5bdf1fc |
EUC-JP | ?瞶???? | 00111111111000101101100000111111001111110011111100111111 | 3fe2d83f3f3f3f |
UTF-8 | 瞶 | 111011101001000010101000111001111001111010110110111011101001000010101000111011101000010110110111111011101001000010101000111011101000010110110111 | ee90a8e79eb6ee90a8ee85b7ee90a8ee85b7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)