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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?舌?瀟 | 001111111001000011100011001111111110000001101110 | 3f90e33fe06e |
EUC-JP | ?舌?瀟 | 001111111100000011100101001111111101111111001111 | 3fc0e53fdfcf |
UTF-8 | 숥舌뾑瀟 | 111011001000100010100101111010001000100010001100111010111011111010010001111001111000000010011111 | ec88a5e8888cebbe91e7809f |
UHC | 숥舌뾑瀟 | 1001101001000010111000001101111110010111010011111110000110111110 | 9a42e0df974fe1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)