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 | ?矮屑?妖? | 001111111110000111100010100010111111101100111111100101110110010000111111 | 3fe1e28bfb3f97643f |
EUC-JP | ?矮屑?妖? | 001111111110001011100100101101101111110100111111110011011100010100111111 | 3fe2e4b6fd3fcdc53f |
UTF-8 | 뾸矮屑쐛妖卨 | 111010111011111010111000111001111001111110101110111001011011000110010001111011001001000010011011111001011010011010010110111001011000110110101000 | ebbeb8e79faee5b191ec909be5a696e58da8 |
UHC | 뾸矮屑쐛妖卨 | 100101110111101011101000111000011110000011011010100111001000000111101000111011011110000011011001 | 977ae8e1e0da9c81e8ede0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)