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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛾??語 | 100010011110100100111111001111111000110011101010 | 89e93f3f8cea |
EUC-JP | 蛾??語 | 101100101110101100111111001111111011100011101100 | b2eb3f3fb8ec |
UTF-8 | 蛾덆갡語 | 111010001001101110111110111010111000110110000110111010101011000010100001111010001010101010011110 | e89bbeeb8d86eab0a1e8aa9e |
UHC | 蛾덆갡語 | 1110010010110110100010001110100110000001010011011110010111011110 | e4b688e9814de5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)