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 | 迂??哉磐? | 100010010100100100111111001111111000110111000110100101001101011000111111 | 89493f3f8dc694d63f |
EUC-JP | 迂??哉磐? | 101100011010101000111111001111111011101011001000110010001101100000111111 | b1aa3f3fbac8c8d83f |
UTF-8 | 迂勒뱌哉磐렱 | 111010001011111110000010111011111010010110010010111010111011000110001100111001011001001110001001111001111010001110010000111010111010000010110001 | e8bf82efa592ebb18ce59389e7a390eba0b1 |
UHC | 迂勒뱌哉磐렱 | 111010011110011011010010111100001011100111110010111011101010001111011010111100011000111010111110 | e9e6d2f0b9f2eea3daf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)