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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 誤??揖?? | 1000110011101011001111110011111110010111010010110011111100111111 | 8ceb3f3f974b3f3f |
EUC-JP | 誤??揖?ˇ | 10111000111011010011111100111111110011011010110000111111100011111010001010110000 | b8ed3f3fcdac3f8fa2b0 |
UTF-8 | 誤곷엪揖닸ˇ | 1110100010101010101001001110101010110011101101111110110010010111101010101110011010001111100101101110101110001011101110001100101110000111 | e8aaa4eab3b7ec97aae68f96eb8bb8cb87 |
UHC | 誤곷엪揖닸ˇ | 111010001010011010000001111010111001111010000011111010111110011110110100111001101010001010100111 | e8a681eb9e83ebe7b4e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)