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 | ???邑? | 001111110011111100111111100101110101011100111111 | 3f3f3f97573f |
EUC-JP | 沅??邑? | 1000111111000110111010010011111100111111110011011011100000111111 | 8fc6e93f3fcdb83f |
UTF-8 | 沅루맮邑짟 | 111001101011001010000101111010111010001110101000111010111010011110101110111010011000001010010001111011001010011110011111 | e6b285eba3a8eba7aee98291eca79f |
UHC | 沅루맮邑짟 | 11101010101101101011011111100111100100001011010111101011111010011010010001000010 | eab6b7e790b5ebe9a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)