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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 上ヤショ上リ | 1000111111100011110101001011110010101110100011111110001111011000 | 8fe3d4bcae8fe3d8 |
EUC-JP | 上ヤショ上リ | 101111101110010110001110110101001000111010111100100011101010111010111110111001011000111011011000 | bee58ed48ebc8eaebee58ed8 |
UTF-8 | 上ヤショ上リ | 111001001011100010001010111011111011111010010100111011111011110110111100111011111011110110101110111001001011100010001010111011111011111010011000 | e4b88aefbe94efbdbcefbdaee4b88aefbe98 |
UHC | 上???上? | 1101111110111110001111110011111100111111110111111011111000111111 | dfbe3f3f3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)