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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀也甥籬夂ア | 1110011110110001100101101110011110001001100110011110001011011111100110101110011110110001 | e7b196e78999e2df9ae7b1 |
EUC-JP | 邀也甥籬夂ア | 111011101011001111001100111010011011000111111001111001001110000111010100111010011000111010110001 | eeb3cce9b1f9e4e1d4e98eb1 |
UTF-8 | 邀也甥籬夂ア | 111010011000001010000000111001001011100110011111111001111001010010100101111001111011000110101100111001011010010010000010111011111011110110110001 | e98280e4b99fe794a5e7b1ace5a482efbdb1 |
UHC | 邀也甥籬?? | 11101001101011011110010110100101110111111110011111010111111001100011111100111111 | e9ade5a5dfe7d7e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)