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 | ?????OV | 00111111001111110011111100111111001111110100111101010110 | 3f3f3f3f3f4f56 |
SJIS-WIN | ?????OV | 00111111001111110011111100111111001111110100111101010110 | 3f3f3f3f3f4f56 |
EUC-JP | ?????OV | 00111111001111110011111100111111001111110100111101010110 | 3f3f3f3f3f4f56 |
UTF-8 | 채첸혢혞혨OV | 1110110010110001100001001110110010110010101110001110110110011000101000101110110110011000100111101110110110011000101010000100111101010110 | ecb184ecb2b8ed98a2ed989eed98a84f56 |
UHC | 채첸혢혞혨OV | 110000111010010011000011101111101100001010001011110000101000100011000010100100000100111101010110 | c3a4c3bec28bc288c2904f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)