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 | 翁逢?? | 100010011010010110001000101001110011111100111111 | 89a588a73f3f |
EUC-JP | 翁逢?? | 101100101010011110110000101010010011111100111111 | b2a7b0a93f3f |
UTF-8 | 翁逢렱괏 | 111001111011111110000001111010011000000010100010111010111010000010110001111010101011010010001111 | e7bf81e980a2eba0b1eab48f |
UHC | 翁逢렱괏 | 1110100010111010110111001111000110001110101111101011000110100011 | e8badcf18ebeb1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)