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 | 郞幃岫鈞 | 1111101110110110100110111110100110011011101010111110011111100000 | fbb69be99babe7e0 |
EUC-JP | ?幃岫鈞 | 00111111110101101110101111010110101011011110111011100010 | 3fd6ebd6adeee2 |
UTF-8 | 郞幃岫鈞 | 111010011000001110011110111001011011100110000011111001011011001010101011111010011000100010011110 | e9839ee5b983e5b2abe9889e |
UHC | 郞?岫鈞 | 11010101110011010011111111100001111110111101000010110111 | d5cd3fe1fbd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)