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 | 閼ア霎ソ譚羨 | 11101000100001001011000111101000101111101011111111100110100111011001000101000001 | e884b1e8bebfe69d9141 |
EUC-JP | 閼ア霎ソ譚羨 | 111011111110010010001110101100011111000011000000100011101011111111101011111111011100000110100010 | efe48eb1f0c08ebfebfdc1a2 |
UTF-8 | 閼ア霎ソ譚羨 | 111010011001011010111100111011111011110110110001111010011001110010001110111011111011110110111111111010001010110110011010111001111011111010101000 | e996bcefbdb1e99c8eefbdbfe8ad9ae7bea8 |
UHC | 閼???譚羨 | 111001001101100100111111001111110011111111010011110010011110000011001100 | e4d93f3f3fd3c9e0cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)