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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | ?瑙??棚k | 0011111111100000111011010011111100111111100100100100100101101011 | 3fe0ed3f3f92496b |
EUC-JP | ?瑙??棚k | 0011111111100000111011110011111100111111110000111010101001101011 | 3fe0ef3f3fc3aa6b |
UTF-8 | 렺瑙렮렺棚k | 11101011101000001011101011100111100100011001100111101011101000001010111011101011101000001011101011100110101000111001101001101011 | eba0bae79199eba0aeeba0bae6a39a6b |
UHC | 렺瑙렮렺棚k | 1000111011000010110100101100010110001110101110111000111011000010110111011101110001101011 | 8ec2d2c58ebb8ec2dddc6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)