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 | セ闔「而 | 11110000101111011011111011101000100011101010001010001110101001111111000010110010 | f0bdbee88ea28ea7f0b2 |
EUC-JP | ?セ闔「而? | 00111111100011101011111011101111111011101000111010100010101111001010100100111111 | 3f8ebeefee8ea2bca93f |
UTF-8 | セ闔「而 | 111011101000000110111100111011111011110110111110111010011001011110010100111011111011110110100010111010001000000010001100111011101000000110110001 | ee81bcefbdbee99794efbda2e8808cee81b1 |
UHC | ??闔?而? | 0011111100111111111110011110111100111111111011001011101100111111 | 3f3ff9ef3fecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)