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 | 夜??踰?? | 1001011011101001001111110011111111100110111110100011111100111111 | 96e93f3fe6fa3f3f |
EUC-JP | 夜??踰?? | 1100110011101011001111110011111111101100111111000011111100111111 | cceb3f3fecfc3f3f |
UTF-8 | 夜쎻벁踰ㅵ뎄 | 111001011010010010011100111011001000111010111011111010111011001010000001111010001011100010110000111000111000010110110101111010111000111010000100 | e5a49cec8ebbebb281e8b8b0e385b5eb8e84 |
UHC | 夜쎻벁踰ㅵ뎄 | 111001011010100010011011111000101001001110100111111010111011001010100100111001011011010110101100 | e5a89be293a7ebb2a4e5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)