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 | 逶幗恍蟷 | 1110011110011011100110111110110010011100100100101110010110111001 | e79b9bec9c92e5b9 |
EUC-JP | 逶幗恍蟷 | 1110110111111011110101101110111011010111111100101110101010111011 | edfbd6eed7f2eabb |
UTF-8 | 逶幗恍蟷 | 111010011000000010110110111001011011100110010111111001101000000110001101111010001001111110110111 | e980b6e5b997e6818de89fb7 |
UHC | ??恍? | 0011111100111111111111001100100000111111 | 3f3ffcc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)