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 | 礁スシャ上リ | 1000111111001010101111011011110010101100100011111110001111011000 | 8fcabdbcac8fe3d8 |
EUC-JP | 礁スシャ上リ | 101111101100110010001110101111011000111010111100100011101010110010111110111001011000111011011000 | becc8ebd8ebc8eacbee58ed8 |
UTF-8 | 礁スシャ上リ | 111001111010010010000001111011111011110110111101111011111011110110111100111011111011110110101100111001001011100010001010111011111011111010011000 | e7a481efbdbdefbdbcefbdace4b88aefbe98 |
UHC | 礁???上? | 1111010110100111001111110011111100111111110111111011111000111111 | f5a73f3f3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)