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 | ?兆?? | 0011111110010010100110110011111100111111 | 3f929b3f3f |
EUC-JP | ?兆?? | 0011111111000011111110110011111100111111 | 3fc3fb3f3f |
UTF-8 | 뤗兆퍘헝 | 111010111010010010010111111001011000010110000110111011011000110110011000111011011001011110011101 | eba497e58586ed8d98ed979d |
UHC | 뤗兆퍘헝 | 1000111111000111111100001011110010111011100011111100011111101011 | 8fc7f0bcbb8fc7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)