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???? | 00111111001111110100101100111111001111110011111100111111 | 3f3f4b3f3f3f3f |
SJIS-WIN | テ・Kツδ渉舟 | 11000011101001010100101111000010100000111100001010001111110000101000111101001101 | c3a54bc283c28fc28f4d |
EUC-JP | テ・Kツδ渉舟 | 10001110110000111000111010100101010010111000111011000010101001101100010010111110110001001011110110101110 | 8ec38ea54b8ec2a6c4bec4bdae |
UTF-8 | テ・Kツδ渉舟 | 111011111011111010000011111011111011110110100101010010111110111110111110100000101100111010110100111001101011100010001001111010001000100010011111 | efbe83efbda54befbe82ceb4e6b889e8889f |
UHC | ??K?δ?舟 | 001111110011111101001011001111111010010111100100001111111111000111000111 | 3f3f4b3fa5e43ff1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)