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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???隘?? | 00111111001111110011111111101000101001010011111100111111 | 3f3f3fe8a53f3f |
EUC-JP | 濚??隘?? | 100011111100100110100001001111110011111111110000101001110011111100111111 | 8fc9a13f3ff0a73f3f |
UTF-8 | 濚싩씉隘쀧뉘 | 111001101011111110011010111011001000101110101001111011001001010010001001111010011001101010011000111011001000000010100111111010111000100110011000 | e6bf9aec8ba9ec9489e99a98ec80a7eb8998 |
UHC | 濚싩씉隘쀧뉘 | 111001111011100110011010111001111001110110100001111001001111011010010111111001111011010010110101 | e7b99ae79da1e4f697e7b4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)