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 | 鈺??彦? | 11111011110001000011111100111111100101010100011000111111 | fbc43f3f95463f |
EUC-JP | 鈺??彦? | 1000111111100011110101010011111100111111110010011010011100111111 | 8fe3d53f3fc9a73f |
UTF-8 | 鈺싨퍜彦텯 | 111010011000100010111010111011001000101110101000111011011000110110011100111001011011110110100110111011011000010110101111 | e988baec8ba8ed8d9ce5bda6ed85af |
UHC | 鈺싨퍜彦텯 | 11101000101011011001101011100110101110111001001111100101111010011011011101000010 | e8ad9ae6bb93e5e9b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)