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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜈ゅ???? | 1110010110000101100000101110001100111111001111110011111100111111 | e58582e33f3f3f3f |
EUC-JP | 蜈ゅ???? | 1110100111100101101001001110010100111111001111110011111100111111 | e9e5a4e53f3f3f3f |
UTF-8 | 蜈ゅ뒲掠김렅 | 111010001001110010001000111000111000001010000101111010111001001010110010111011111010010110110101111010101011100110000000111010111010000010000101 | e89c88e38285eb92b2efa5b5eab980eba085 |
UHC | 蜈ゅ뒲掠김렅 | 111010001010010110101010111001011000101010101011111001011011000110110001111010001000111010011111 | e8a5aae58aabe5b1b1e88e9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)