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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎ア笊一ス | 1110100010111110101100011110001010010101100010001110101010111101 | e8beb1e29588eabd |
EUC-JP | 霎ア笊一ス | 11110000110000001000111010110001111000111111010110110000111011001000111010111101 | f0c08eb1e3f5b0ec8ebd |
UTF-8 | 霎ア笊一ス | 111010011001110010001110111011111011110110110001111001111010110010001010111001001011100010000000111011111011110110111101 | e99c8eefbdb1e7ac8ae4b880efbdbd |
UHC | ???一? | 001111110011111100111111111011001110100100111111 | 3f3f3fece93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)