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 | 遐ヲ逶シ | 111001111010000010100110111001111001101110111100 | e7a0a6e79bbc |
EUC-JP | 遐ヲ逶シ | 1110111010100010100011101010011011101101111110111000111010111100 | eea28ea6edfb8ebc |
UTF-8 | 遐ヲ逶シ | 111010011000000110010000111011111011110110100110111010011000000010110110111011111011110110111100 | e98190efbda6e980b6efbdbc |
UHC | 遐??? | 1111100111000110001111110011111100111111 | f9c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)