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 | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
EUC-JP | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
UTF-8 | 묹뭎묬뫏묪뫊v | 11101011101011001011100111101011101011011000111011101011101011001010110011101011101010111000111111101011101011001010101011101011101010111000101001110110 | ebacb9ebad8eebacacebab8febacaaebab8a76 |
UHC | 묹뭎묬뫏묪뫊v | 10010010010011001001001001011000100100100100001110010001101100011001001001000010100100011010110001110110 | 924c9258924391b1924291ac76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)