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 | 暎℡?畏 | 10011101111100111000011110000100001111111000100011011000 | 9df387843f88d8 |
EUC-JP | 暎??畏 | 110110101111010100111111001111111011000011011010 | daf53f3fb0da |
UTF-8 | 暎℡ㅁ畏 | 111001101001101010001110111000101000010010100001111000111000010110000001111001111001010110001111 | e69a8ee284a1e38581e7958f |
UHC | 暎℡ㅁ畏 | 1110011110110010101000101110010110100100101100011110100011100110 | e7b2a2e5a4b1e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)