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 | 竏シ笆。竏ス | 111000101000100010111100111000101001011010100001111000101000100010111101 | e288bce296a1e288bd |
EUC-JP | 竏シ笆。竏ス | 111000111110100010001110101111001110001111110110100011101010000111100011111010001000111010111101 | e3e88ebce3f68ea1e3e88ebd |
UTF-8 | 竏シ笆。竏ス | 111001111010101110001111111011111011110110111100111001111010110010000110111011111011110110100001111001111010101110001111111011111011110110111101 | e7ab8fefbdbce7ac86efbda1e7ab8fefbdbd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)