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 | セホ雫失 | 101111101100111010001110101101001000111010111000 | bece8eb48eb8 |
EUC-JP | セホ雫失 | 1000111010111110100011101100111010111100101101101011110010111010 | 8ebe8ecebcb6bcba |
UTF-8 | セホ雫失 | 111011111011110110111110111011111011111010001110111010011001101110101011111001011010010010110001 | efbdbeefbe8ee99babe5a4b1 |
UHC | ???失 | 0011111100111111001111111110001111110111 | 3f3f3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)