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 | ???g??? | 00111111001111110011111101100111001111110011111100111111 | 3f3f3f673f3f3f |
SJIS-WIN | ??邯g??鈐 | 001111110011111111100111101101100110011100111111001111111111101111000010 | 3f3fe7b6673f3ffbc2 |
EUC-JP | ??邯g??鈐 | 00111111001111111110111010111000011001110011111100111111100011111110001111000001 | 3f3feeb8673f3f8fe3c1 |
UTF-8 | 룶끼邯g룶끼鈐 | 11101011101000111011011011101011100000011011110011101001100000101010111101100111111010111010001110110110111010111000000110111100111010011000100010010000 | eba3b6eb81bce982af67eba3b6eb81bce98890 |
UHC | 룶끼邯g룶끼鈐 | 10001111101010111011001110100010110010101111101101100111100011111010101110110011101000101100110010100010 | 8fabb3a2cafb678fabb3a2cca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)