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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 霎ソO鈔 | 111010001011111010111111010011111110011111100010 | e8bebf4fe7e2 |
EUC-JP | 霎ソO鈔 | 11110000110000001000111010111111010011111110111011100100 | f0c08ebf4feee4 |
UTF-8 | 霎ソO鈔 | 11101001100111001000111011101111101111011011111101001111111010011000100010010100 | e99c8eefbdbf4fe98894 |
UHC | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)