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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鳫ー釥 | 1110100111101101101100001111101111000000 | e9edb0fbc0 |
EUC-JP | 鳫ー釥 | 11110010111011111000111010110000100011111110001110101011 | f2ef8eb08fe3ab |
UTF-8 | 鳫ー釥 | 111010011011001110101011111011111011110110110000111010011000011110100101 | e9b3abefbdb0e987a5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)