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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?港婦 | 0011111110001101011000001001010101110111 | 3f8d609577 |
EUC-JP | ?港婦 | 0011111110111001110000011100100111011000 | 3fb9c1c9d8 |
UTF-8 | 룿港婦 | 111010111010001110111111111001101011100010101111111001011010100110100110 | eba3bfe6b8afe5a9a6 |
UHC | 룿港婦 | 100011111011000011111001111110111101110011111110 | 8fb0f9fbdcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)