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 | 霎ー陲某 | 11101000101111101011000011101000101000101001011001011110 | e8beb0e8a2965e |
EUC-JP | 霎ー陲某 | 1111000011000000100011101011000011110000101001001100101110111111 | f0c08eb0f0a4cbbf |
UTF-8 | 霎ー陲某 | 111010011001110010001110111011111011110110110000111010011001100110110010111001101001111110010000 | e99c8eefbdb0e999b2e69f90 |
UHC | ???某 | 0011111100111111001111111101100110111011 | 3f3f3fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)