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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 綸范Y綸范bE | 1110001101100100111001001001011101011001111000110110010011100100100101110110001001000101 | e364e49759e364e4976245 |
EUC-JP | 綸范Y綸范bE | 1110010111000101111001111111011101011001111001011100010111100111111101110110001001000101 | e5c5e7f759e5c5e7f76245 |
UTF-8 | 綸范Y綸范bE | 111001111011011010111000111010001000110010000011010110011110011110110110101110001110100010001100100000110110001001000101 | e7b6b8e88c8359e7b6b8e88c836245 |
UHC | 綸范Y綸范bE | 1101011111000110110110111111010101011001110101111100011011011011111101010110001001000101 | d7c6dbf559d7c6dbf56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)