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 | ??VLh??VL | 001111110011111101010110010011000110100000111111001111110101011001001100 | 3f3f564c683f3f564c |
SJIS-WIN | ??VLh??VL | 001111110011111101010110010011000110100000111111001111110101011001001100 | 3f3f564c683f3f564c |
EUC-JP | ??VLh??VL | 001111110011111101010110010011000110100000111111001111110101011001001100 | 3f3f564c683f3f564c |
UTF-8 | 횂혧VLh횂혧VL | 1110110110011010100000101110110110011000101001110101011001001100011010001110110110011010100000101110110110011000101001110101011001001100 | ed9a82ed98a7564c68ed9a82ed98a7564c |
UHC | 횂혧VLh횂혧VL | 11000011100000101100001010001111010101100100110001101000110000111000001011000010100011110101011001001100 | c382c28f564c68c382c28f564c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)