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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???炎? | 001111110011111100111111100010011000101000111111 | 3f3f3f898a3f |
EUC-JP | ???炎? | 001111110011111100111111101100011110101000111111 | 3f3f3fb1ea3f |
UTF-8 | 廉쇿묍炎ㅶ | 111011111010011010100010111011001000011110111111111010111010110010001101111001111000001010001110111000111000010110110110 | efa6a2ec87bfebac8de7828ee385b6 |
UHC | 廉쇿묍炎ㅶ | 11100110111101011001100111100101101110011010001111100110111110101010010011100110 | e6f599e5b9a3e6faa4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)