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 | ???喜 | 0011111100111111001111111000101011101100 | 3f3f3f8aec |
EUC-JP | ???喜 | 0011111100111111001111111011010011101110 | 3f3f3fb4ee |
UTF-8 | 렟롔뤓喜 | 111010111010000010011111111010111010000110010100111010111010010010010011111001011001011010011100 | eba09feba194eba493e5969c |
UHC | 렟롔뤓喜 | 1000111010110000100011101101100010001111110000111111110111101100 | 8eb08ed88fc3fdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)