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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 솬씁狀롙씁玲 | 111011001000011010101100111011001001010010000001111011111010011110111010111010111010000110011001111011001001010010000001111011111010011010101101 | ec86acec9481efa7baeba199ec9481efa6ad |
UHC | 솬씁狀롙씁玲 | 101111001101111110111110101110011110110111101110100011101101110110111110101110011110011110111111 | bcdfbeb9edee8eddbeb9e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)