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 | 上ヤ篠 | 1000111111100011110101001000111011000010 | 8fe3d48ec2 |
EUC-JP | 上ヤ篠 | 101111101110010110001110110101001011110011000100 | bee58ed4bcc4 |
UTF-8 | 上ヤ篠 | 111001001011100010001010111011111011111010010100111001111010111110100000 | e4b88aefbe94e7afa0 |
UHC | 上?篠 | 1101111110111110001111111110000111000110 | dfbe3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)