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 | 碇?穽? | 100100101111010000111111111000100111011000111111 | 92f43fe2763f |
EUC-JP | 碇?穽? | 110001001111011000111111111000111101011100111111 | c4f63fe3d73f |
UTF-8 | 碇렦穽렦 | 111001111010001010000111111010111010000010100110111001111010100110111101111010111010000010100110 | e7a287eba0a6e7a9bdeba0a6 |
UHC | 碇렦穽렦 | 1110111111101101100011101011010111101111111100001000111010110101 | efed8eb5eff08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)