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 | 髢ア繞ソ峵録 | 11101001100101101011000111100011100001011011111111111010101011101001100001011110 | e996b1e385bffaae985e |
EUC-JP | 髢ア繞ソ?録 | 1111000111110110100011101011000111100101111001011000111010111111001111111100111110111111 | f1f68eb1e5e58ebf3fcfbf |
UTF-8 | 髢ア繞ソ峵録 | 111010011010101110100010111011111011110110110001111001111011100110011110111011111011110110111111111001011011001110110101111010011000110010110010 | e9aba2efbdb1e7b99eefbdbfe5b3b5e98cb2 |
UHC | ??繞??? | 00111111001111111110100110100100001111110011111100111111 | 3f3fe9a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)