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 | ?瑙匡? | 001111111110000011101101100010111010011100111111 | 3fe0ed8ba73f |
EUC-JP | ?瑙匡? | 001111111110000011101111101101101010100100111111 | 3fe0efb6a93f |
UTF-8 | 렺瑙匡씻 | 111010111010000010111010111001111001000110011001111001011000110010100001111011001001010010111011 | eba0bae79199e58ca1ec94bb |
UHC | 렺瑙匡씻 | 1000111011000010110100101100010111001110110001001011111011000100 | 8ec2d2c5cec4bec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)