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 | 沚?爾??? | 1001111110001101001111111000111010100010001111110011111100111111 | 9f8d3f8ea23f3f3f |
EUC-JP | 沚?爾??? | 1101110111101101001111111011110010100100001111110011111100111111 | dded3fbca43f3f3f |
UTF-8 | 沚렦爾잼렣렕 | 111001101011001010011010111010111010000010100110111001111000100010111110111011001001111010111100111010111010000010100011111010111010000010010101 | e6b29aeba0a6e788beec9ebceba0a3eba095 |
UHC | 沚렦爾잼렣렕 | 111100101010111110001110101101011110110010110011110000001110101110001110101101001000111010101010 | f2af8eb5ecb3c0eb8eb48eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)