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 | 弔?縡?伊鄲 | 10010010101000100011111111100011011100010011111110001000110010011110011111000000 | 92a23fe3713f88c9e7c0 |
EUC-JP | 弔?縡?伊鄲 | 11000100101001000011111111100101110100100011111110110000110010111110111011000010 | c4a43fe5d23fb0cbeec2 |
UTF-8 | 弔렲縡렕伊鄲 | 111001011011110010010100111010111010000010110010111001111011100010100001111010111010000010010101111001001011110010001010111010011000010010110010 | e5bc94eba0b2e7b8a1eba095e4bc8ae984b2 |
UHC | 弔렲縡렕伊鄲 | 111100001100000010001110101111111110111010101101100011101010101011101100101001011101001110110011 | f0c08ebfeead8eaaeca5d3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)