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 | 荅決姥 | 111001001010011110001100100010001000100101010111 | e4a78c888957 |
EUC-JP | 荅決姥 | 111010001010100110110111111010001011000110111000 | e8a9b7e8b1b8 |
UTF-8 | 荅決姥 | 111010001000110110000101111001101011000110111010111001011010011110100101 | e88d85e6b1bae5a7a5 |
UHC | ?決? | 00111111110011001011110100111111 | 3fccbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)