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 | ??VE??VEB | 001111110011111101010110010001010011111100111111010101100100010101000010 | 3f3f56453f3f564542 |
SJIS-WIN | ??VE??VEB | 001111110011111101010110010001010011111100111111010101100100010101000010 | 3f3f56453f3f564542 |
EUC-JP | ??VE??VEB | 001111110011111101010110010001010011111100111111010101100100010101000010 | 3f3f56453f3f564542 |
UTF-8 | 횂혧VE횂혧VEB | 1110110110011010100000101110110110011000101001110101011001000101111011011001101010000010111011011001100010100111010101100100010101000010 | ed9a82ed98a75645ed9a82ed98a7564542 |
UHC | 횂혧VE횂혧VEB | 11000011100000101100001010001111010101100100010111000011100000101100001010001111010101100100010101000010 | c382c28f5645c382c28f564542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)