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 | 閼ア霎ソ閾釘 | 11101000100001001011000111101000101111101011111111101000100001111001001101000010 | e884b1e8bebfe8879342 |
EUC-JP | 閼ア霎ソ閾釘 | 111011111110010010001110101100011111000011000000100011101011111111101111111001111100010110100011 | efe48eb1f0c08ebfefe7c5a3 |
UTF-8 | 閼ア霎ソ閾釘 | 111010011001011010111100111011111011110110110001111010011001110010001110111011111011110110111111111010011001011010111110111010011000011110011000 | e996bcefbdb1e99c8eefbdbfe996bee98798 |
UHC | 閼????釘 | 1110010011011001001111110011111100111111001111111110111111111001 | e4d93f3f3f3feff9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)