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 | 瀨痔昇ホ | 11111011010100001000111010100100100011111011100011001110 | fb508ea48fb8ce |
EUC-JP | ?痔昇ホ | 00111111101111001010011010111110101110101000111011001110 | 3fbca6beba8ece |
UTF-8 | 瀨痔昇ホ | 111001111000000010101000111001111001011110010100111001101001100010000111111011111011111010001110 | e780a8e79794e69887efbe8e |
UHC | 瀨痔昇? | 11010110111011101111011011000000111000111011000000111111 | d6eef6c0e3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)