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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???役??? | 0011111100111111001111111001011011110000001111110011111100111111 | 3f3f3f96f03f3f3f |
EUC-JP | ???役??? | 0011111100111111001111111100110011110010001111110011111100111111 | 3f3f3fccf23f3f3f |
UTF-8 | 溜뀀죧役⑸졁溜 | 111011111010011110001011111010111000000010000000111011001010001110100111111001011011110110111001111000101001000110111000111011001010000110000001111011111010011110001011 | efa78beb8080eca3a7e5bdb9e291b8eca181efa78b |
UHC | 溜뀀죧役⑸졁溜 | 1110101011111110101100101110101110100001100000101110011010110101101010011110101110100000101100101110101011111110 | eafeb2eba182e6b5a9eba0b2eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)