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 | 也ゆ?泳 | 10010110111001111000001011100100001111111000100101101010 | 96e782e43f896a |
EUC-JP | 也ゆ?泳 | 11001100111010011010010011100110001111111011000111001011 | cce9a4e63fb1cb |
UTF-8 | 也ゆ래泳 | 111001001011100110011111111000111000001010000110111010111001111010011000111001101011001110110011 | e4b99fe38286eb9e98e6b3b3 |
UHC | 也ゆ래泳 | 1110010110100101101010101110011010110111101000011110011110110110 | e5a5aae6b7a1e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)