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 | 節∽?節?? | 100100001101111110000001111001000011111110010000110111110011111100111111 | 90df81e43f90df3f3f |
EUC-JP | 節∽?節?? | 110000001110000110100010111001100011111111000000111000010011111100111111 | c0e1a2e63fc0e13f3f |
UTF-8 | 節∽슴節⑼숯 | 111001111010111110000000111000101000100010111101111011001000101010110100111001111010111110000000111000101001000110111100111011001000100010101111 | e7af80e288bdec8ab4e7af80e291bcec88af |
UHC | 節∽슴節⑼숯 | 111011111011110110100001111011111011110110111111111011111011110110101001111011111011110110100001 | efbda1efbdbfefbda9efbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)