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 | LY©ZN¼ | 1001001001001100100100100101100110010001101010010101101010010010010011101001000110111100 | 924c925991a95a924e91bc |
SJIS-WIN | ?L?Y??Z?N?? | 0011111101001100001111110101100100111111001111110101101000111111010011100011111100111111 | 3f4c3f593f3f5a3f4e3f3f |
EUC-JP | ?L?Y?©Z?N?? | 00111111010011000011111101011001001111111000111110100010111011010101101000111111010011100011111100111111 | 3f4c3f593f8fa2ed5a3f4e3f3f |
UTF-8 | LY©ZN¼ | 110000101001001001001100110000101001001001011001110000101001000111000010101010010101101011000010100100100100111011000010100100011100001010111100 | c2924cc29259c291c2a95ac2924ec291c2bc |
UHC | ?L?Y??Z?N?¼ | 001111110100110000111111010110010011111100111111010110100011111101001110001111111010100011111001 | 3f4c3f593f3f5a3f4e3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)