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 | 閼ア譚題ウ | 1110100010000100101100011110011010011101100100011110100010110011 | e884b1e69d91e8b3 |
EUC-JP | 閼ア譚題ウ | 11101111111001001000111010110001111010111111110111000010111010101000111010110011 | efe48eb1ebfdc2ea8eb3 |
UTF-8 | 閼ア譚題ウ | 111010011001011010111100111011111011110110110001111010001010110110011010111010011010000110001100111011111011110110110011 | e996bcefbdb1e8ad9ae9a18cefbdb3 |
UHC | 閼?譚題? | 1110010011011001001111111101001111001001111100001011100100111111 | e4d93fd3c9f0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)