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 | 筌??飮 | 111000101010001100111111001111111001111101011010 | e2a33f3f9f5a |
EUC-JP | 筌??飮 | 111001001010010100111111001111111101110110111011 | e4a53f3fddbb |
UTF-8 | 筌곷쨪飮 | 111001111010110110001100111010101011001110110111111011001010100010101010111010011010001110101110 | e7ad8ceab3b7eca8aae9a3ae |
UHC | 筌곷쨪飮 | 1110111110100111100000011110101110100100100001001110101111100110 | efa781eba484ebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)