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 | 屋N?? | 100010011010111010000010011011010011111100111111 | 89ae826d3f3f |
EUC-JP | 屋N?? | 101100101011000010100011110011100011111100111111 | b2b0a3ce3f3f |
UTF-8 | 屋N욎뼅 | 111001011011000110001011111011111011110010101110111011001001101010001110111010111011110010000101 | e5b18befbcaeec9a8eebbc85 |
UHC | 屋N욎뼅 | 1110100010101001101000111100111010011110111011001001011010001111 | e8a9a3ce9eec968f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)