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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??邯??邯B | 001111110011111111100111101101100011111100111111111001111011011001000010 | 3f3fe7b63f3fe7b642 |
EUC-JP | ??邯??邯B | 001111110011111111101110101110000011111100111111111011101011100001000010 | 3f3feeb83f3feeb842 |
UTF-8 | 룶깻邯룶깻邯B | 11101011101000111011011011101010101110011011101111101001100000101010111111101011101000111011011011101010101110011011101111101001100000101010111101000010 | eba3b6eab9bbe982afeba3b6eab9bbe982af42 |
UHC | 룶깻邯룶깻邯B | 10001111101010111011001010100010110010101111101110001111101010111011001010100010110010101111101101000010 | 8fabb2a2cafb8fabb2a2cafb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)