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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??邯?? | 001111110011111111100111101101100011111100111111 | 3f3fe7b63f3f |
EUC-JP | ??邯?? | 001111110011111111101110101110000011111100111111 | 3f3feeb83f3f |
UTF-8 | 룶짖邯룫溜 | 111010111010001110110110111011001010011110010110111010011000001010101111111010111010001110101011111011111010011110001011 | eba3b6eca796e982afeba3abefa78b |
UHC | 룶짖邯룫溜 | 10001111101010111100001010100010110010101111101110001111101000101110101011111110 | 8fabc2a2cafb8fa2eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)