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 | 節??張?ズ | 100100001101111100111111001111111001001010100011001111111000001101011001 | 90df3f3f92a33f8359 |
EUC-JP | 節??張?ズ | 110000001110000100111111001111111100010010100101001111111010010110111010 | c0e13f3fc4a53fa5ba |
UTF-8 | 節억풆張븀ズ | 111001111010111110000000111011001001011010110101111011011001001010000110111001011011110010110101111010111011100010000000111000111000001010111010 | e7af80ec96b5ed9286e5bcb5ebb880e382ba |
UHC | 節억풆張븀ズ | 111011111011110110111110111011111011111010001110111011011110010110111010111001111010101110111010 | efbdbeefbe8eede5bae7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)