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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?礪?斐 | 001111111110000111101000001111111001010011100011 | 3fe1e83f94e3 |
EUC-JP | ?礪?斐 | 001111111110001011101010001111111100100011100101 | 3fe2ea3fc8e5 |
UTF-8 | 륁礪폼斐 | 111010111010010110000001111001111010010010101010111011011000111110111100111001101001011010010000 | eba581e7a4aaed8fbce69690 |
UHC | 륁礪폼斐 | 1000111111101100110101011110110011000110111110111101110111101100 | 8fecd5ecc6fbddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)