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 | 逋f≦燧 | 1110011110011001100000101000011010000001100001011110000010011100 | e79982868185e09c |
EUC-JP | 逋f≦燧 | 1110110111111001101000111110011010100001111001011101111111111100 | edf9a3e6a1e5dffc |
UTF-8 | 逋f≦燧 | 111010011000000010001011111011111011110110000110111000101000100110100110111001111000011110100111 | e9808befbd86e289a6e787a7 |
UHC | 逋f?燧 | 11111000111001111010001111100110001111111110001010101100 | f8e7a3e63fe2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)