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 | ??邵?譽瀟 | 001111110011111111100111101110000011111111100110101000111110000001101110 | 3f3fe7b83fe6a3e06e |
EUC-JP | ??邵?譽瀟 | 001111110011111111101110101110100011111111101100101001011101111111001111 | 3f3feeba3feca5dfcf |
UTF-8 | 쐛숰邵쐛譽瀟 | 111011001001000010011011111011001000100010110000111010011000001010110101111011001001000010011011111010001010110110111101111001111000000010011111 | ec909bec88b0e982b5ec909be8adbde7809f |
UHC | 쐛숰邵쐛譽瀟 | 100111001000000110011010010010001110000111010000100111001000000111100111111000101110000110111110 | 9c819a48e1d09c81e7e2e1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)