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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?固? | 00111111100011001100010100111111 | 3f8cc53f |
EUC-JP | ?固? | 00111111101110001100011100111111 | 3fb8c73f |
UTF-8 | 렺固렺 | 111010111010000010111010111001011001101110111010111010111010000010111010 | eba0bae59bbaeba0ba |
UHC | 렺固렺 | 100011101100001011001101101100111000111011000010 | 8ec2cdb38ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)