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 | ?る?揖?? | 0011111110000010111010010011111110010111010010110011111100111111 | 3f82e93f974b3f3f |
EUC-JP | ?る?揖?? | 0011111110100100111010110011111111001101101011000011111100111111 | 3fa4eb3fcdac3f3f |
UTF-8 | 閭る뵃揖붹벦 | 111011111010011010000110111000111000001010001011111010111011010110000011111001101000111110010110111010111011011010111001111010111011001010100110 | efa686e3828bebb583e68f96ebb6b9ebb2a6 |
UHC | 閭る뵃揖붹벦 | 111001101010110110101010111010111001010010001001111010111110011110010100111001101001001110111110 | e6adaaeb9489ebe794e693be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)