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 | 禹絲?? | 111000100101101011100011010011100011111100111111 | e25ae34e3f3f |
EUC-JP | 禹絲?? | 111000111011101111100101101011110011111100111111 | e3bbe5af3f3f |
UTF-8 | 禹絲렢렕 | 111001111010011010111001111001111011010110110010111010111010000010100010111010111010000010010101 | e7a6b9e7b5b2eba0a2eba095 |
UHC | 禹絲렢렕 | 1110100111100000110111101110101010001110101100111000111010101010 | e9e0deea8eb38eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)