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 | 省ア爾瀨璽 | 100011111100100010110001100011101010001011111011010100001000111010100011 | 8fc8b18ea2fb508ea3 |
EUC-JP | 省ア爾?璽 | 101111101100101010001110101100011011110010100100001111111011110010100101 | beca8eb1bca43fbca5 |
UTF-8 | 省ア爾瀨璽 | 111001111001110010000001111011111011110110110001111001111000100010111110111001111000000010101000111001111001001010111101 | e79c81efbdb1e788bee780a8e792bd |
UHC | 省?爾瀨璽 | 111000001111110100111111111011001011001111010110111011101101111111011110 | e0fd3fecb3d6eedfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)