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 | ??蕓? | 0011111100111111111110111001101000111111 | 3f3ffb9a3f |
EUC-JP | ??蕓? | 001111110011111110001111110110011100011000111111 | 3f3f8fd9c63f |
UTF-8 | 얛쎳蕓峀 | 111011001001011010011011111011001000111010110011111010001001010110010011111001011011001110000000 | ec969bec8eb3e89593e5b380 |
UHC | 얛쎳蕓峀 | 1001111001000100100110111101101011101001111111101110000111111100 | 9e449bdae9fee1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)