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 | 節??張ゅ? | 100100001101111100111111001111111001001010100011100000101110001100111111 | 90df3f3f92a382e33f |
EUC-JP | 節??張ゅ? | 110000001110000100111111001111111100010010100101101001001110010100111111 | c0e13f3fc4a5a4e53f |
UTF-8 | 節억풆張ゅ갰 | 111001111010111110000000111011001001011010110101111011011001001010000110111001011011110010110101111000111000001010000101111010101011000010110000 | e7af80ec96b5ed9286e5bcb5e38285eab0b0 |
UHC | 節억풆張ゅ갰 | 111011111011110110111110111011111011111010001110111011011110010110101010111001011011000010111010 | efbdbeefbe8eede5aae5b0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)