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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錥蒔遙シ | 11111011110101111000111010101010111010101010000110111100 | fbd78eaaeaa1bc |
EUC-JP | 錥蒔遙シ | 100011111110010011100000101111001010110011110100101000111000111010111100 | 8fe4e0bcacf4a38ebc |
UTF-8 | 錥蒔遙シ | 111010011000110010100101111010001001001010010100111010011000000110011001111011111011110110111100 | e98ca5e89294e98199efbdbc |
UHC | ?蒔遙? | 001111111110001111001000111010011010101100111111 | 3fe3c8e9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)