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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌???∽┠ | 111000101010001100111111001111110011111110000001111001001000010010110101 | e2a33f3f3f81e484b5 |
EUC-JP | 筌???∽┠ | 111001001010010100111111001111110011111110100010111001101010100010110111 | e4a53f3f3fa2e6a8b7 |
UTF-8 | 筌꺿뫒溜∽┠ | 111001111010110110001100111010101011101010111111111010111010101110010010111011111010011110001011111000101000100010111101111000101001010010100000 | e7ad8ceababfebab92efa78be288bde294a0 |
UHC | 筌꺿뫒溜∽┠ | 111011111010011110000011111000101001000110110100111010101111111010100001111011111010011010110111 | efa783e291b4eafea1efa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)