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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 涅η?涅ζ?^ | 1001111110111000100000111100010100111111100111111011100010000011110001000011111101011110 | 9fb883c53f9fb883c43f5e |
EUC-JP | 涅η?涅ζ?^ | 1101111010111010101001101100011100111111110111101011101010100110110001100011111101011110 | debaa6c73fdebaa6c63f5e |
UTF-8 | 涅η퉫涅ζ짎^ | 1110011010110110100001011100111010110111111011011000100110101011111001101011011010000101110011101011011011101100101001111000111001011110 | e6b685ceb7ed89abe6b685ceb6eca78e5e |
UHC | 涅η퉫涅ζ짎^ | 11100110111011101010010111100111101110011000001111100110111011101010010111100110101000111001101001011110 | e6eea5e7b983e6eea5e6a39a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)