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 | ◇??や?? | 1000000110011110001111110011111110000010111000100011111100111111 | 819e3f3f82e23f3f |
EUC-JP | ◇??や?? | 1010000111111110001111110011111110100100111001000011111100111111 | a1fe3f3fa4e43f3f |
UTF-8 | ◇룵핊や룫켃 | 111000101001011110000111111010111010001110110101111011011001010110001010111000111000001010000100111010111010001110101011111011001011110010000011 | e29787eba3b5ed958ae38284eba3abecbc83 |
UHC | ◇룵핊や룫켃 | 101000011101111010001111101010101100000010001111101010101110010010001111101000101011000101000010 | a1de8faac08faae48fa2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)