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 | ?兆?注 | 001111111001001010011011001111111001001010001101 | 3f929b3f928d |
EUC-JP | ?兆?注 | 001111111100001111111011001111111100001111101101 | 3fc3fb3fc3ed |
UTF-8 | 뤗兆놋注 | 111010111010010010010111111001011000010110000110111010111000011010001011111001101011001110101000 | eba497e58586eb868be6b3a8 |
UHC | 뤗兆놋注 | 1000111111000111111100001011110010110011111100101111000110111100 | 8fc7f0bcb3f2f1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)