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 | 螳滉ク茨セ | 1110010110101110100111111110010010111000100010001110111110111110 | e5ae9fe4b888efbe |
EUC-JP | 螳滉ク茨セ | 11101010101100001101111011100110100011101011100010110000111100011000111010111110 | eab0dee68eb8b0f18ebe |
UTF-8 | 螳滉ク茨セ | 111010001001111010110011111001101011101110001001111011111011110110111000111010001000110010101000111011111011110110111110 | e89eb3e6bb89efbdb8e88ca8efbdbe |
UHC | 螳滉?茨? | 1101001111011001111111001101000100111111111011011011110000111111 | d3d9fcd13fedbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)