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 | ???丞 | 0011111100111111001111111000111111100101 | 3f3f3f8fe5 |
EUC-JP | ?寗?丞 | 00111111100011111011101011100000001111111011111011100111 | 3f8fbae03fbee7 |
UTF-8 | 뤶寗쪕丞 | 111010111010010010110110111001011010111110010111111011001010101010010101111001001011100010011110 | eba4b6e5af97ecaa95e4b89e |
UHC | 뤶寗쪕丞 | 1000111111100100110100101011110010100101100011111110001110101010 | 8fe4d2bca58fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)