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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訷呎昏 | 111110111010010010011001111001101000110110101000 | fba499e68da8 |
EUC-JP | 訷呎昏 | 10001111110111011101010011010010111010001011101010101010 | 8fddd4d2e8baaa |
UTF-8 | 訷呎昏 | 111010001010100010110111111001011001000110001110111001101001100010001111 | e8a8b7e5918ee6988f |
UHC | ??昏 | 00111111001111111111101111100111 | 3f3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)