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 | 0011111100111111010111000011111100111111001111110011111101101011 | 3f3f5c3f3f3f3f6b |
SJIS-WIN | ??\????k | 0011111100111111010111000011111100111111001111110011111101101011 | 3f3f5c3f3f3f3f6b |
EUC-JP | ??\????k | 0011111100111111010111000011111100111111001111110011111101101011 | 3f3f5c3f3f3f3f6b |
UTF-8 | 렻렓\렺읕씻슬k | 1110101110100000101110111110101110100000100100110101110011101011101000001011101011101100100111011001010111101100100101001011101111101100100010101010110001101011 | eba0bbeba0935ceba0baec9d95ec94bbec8aac6b |
UHC | 렻렓\렺읕씻슬k | 1000111011000011100011101010100001011100100011101100001011000000110001001011111011000100101111011011110101101011 | 8ec38ea85c8ec2c0c4bec4bdbd6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)