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 | 霆゙館 | 1110100010111011110111101111101111111001 | e8bbdefbf9 |
EUC-JP | 霆゙? | 1111000010111101100011101101111000111111 | f0bd8ede3f |
UTF-8 | 霆゙館 | 111010011001110010000110111011111011111010011110111011111010100010101100 | e99c86efbe9eefa8ac |
UHC | 霆?? | 11101111111111010011111100111111 | effd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)