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 | 節∽?? | 100100001101111110000001111001000011111100111111 | 90df81e43f3f |
EUC-JP | 節∽?? | 110000001110000110100010111001100011111100111111 | c0e1a2e63f3f |
UTF-8 | 節∽풜若 | 111001111010111110000000111000101000100010111101111011011001001010011100111011111010010110110100 | e7af80e288bded929cefa5b4 |
UHC | 節∽풜若 | 1110111110111101101000011110111110111110100111111110010110101110 | efbda1efbe9fe5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)