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 | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
SJIS-WIN | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
EUC-JP | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
UTF-8 | 횪v혵챌혞짯 | 11101101100110101010101001110110111011011001100010110101111011001011000110001100111011011001100010011110111011001010011110101111 | ed9aaa76ed98b5ecb18ced989eeca7af |
UHC | 횪v혵챌혞짯 | 1100001110100000011101101100001010011100110000111010011111000010100010001100001010101101 | c3a076c29cc3a7c288c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)