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 | ???乙?? | 00111111001111110011111110001001101100110011111100111111 | 3f3f3f89b33f3f |
EUC-JP | ??Ŀ乙?ł | 0011111100111111100011111010100110101001101100101011010100111111100011111010100111001000 | 3f3f8fa9a9b2b53f8fa9c8 |
UTF-8 | 令⑸Ŀ乙사ł | 11101111101001101010100011100010100100011011100011000100101111111110010010111001100110011110110010000010101011001100010110000010 | efa6a8e291b8c4bfe4b999ec82acc582 |
UHC | 令⑸Ŀ乙사ł | 111001111010100110101001111010111010100010101000111010111110000010111011111001111010100110101001 | e7a9a9eba8a8ebe0bbe7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)