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 | 섬씁狀렣씁玲 | 111011001000010010101100111011001001010010000001111011111010011110111010111010111010000010100011111011001001010010000001111011111010011010101101 | ec84acec9481efa7baeba0a3ec9481efa6ad |
UHC | 섬씁狀렣씁玲 | 101111001011011010111110101110011110110111101110100011101011010010111110101110011110011110111111 | bcb6beb9edee8eb4beb9e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)