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????? | 0011111100111111010101100011111100111111001111110011111100111111 | 3f3f563f3f3f3f3f |
SJIS-WIN | ??V????? | 0011111100111111010101100011111100111111001111110011111100111111 | 3f3f563f3f3f3f3f |
EUC-JP | ??V????? | 0011111100111111010101100011111100111111001111110011111100111111 | 3f3f563f3f3f3f3f |
UTF-8 | 셔세V셔렺렽롉롂 | 11101100100001011001010011101100100001001011100001010110111011001000010110010100111010111010000010111010111010111010000010111101111010111010000110001001111010111010000110000010 | ec8594ec84b856ec8594eba0baeba0bdeba189eba182 |
UHC | 셔세V셔렺렽롉롂 | 101111001100010110111100101111000101011010111100110001011000111011000010100011101100010110001110110011111000111011001001 | bcc5bcbc56bcc58ec28ec58ecf8ec9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)