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 | 腋??游 | 111000111111110000111111001111111001111111100000 | e3fc3f3f9fe0 |
EUC-JP | 腋??游 | 111001101111111000111111001111111101111011100010 | e6fe3f3fdee2 |
UTF-8 | 腋잆룊游 | 111010001000010110001011111011001001111010000110111010111010001110001010111001101011100010111000 | e8858bec9e86eba38ae6b8b8 |
UHC | 腋잆룊游 | 1110010011111101100111111110001110001111100010011110101011111101 | e4fd9fe38f89eafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)