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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??序∮??? | 001111110011111110001111100110001000011110010011001111110011111100111111 | 3f3f8f9887933f3f3f |
EUC-JP | ??序???? | 0011111100111111101111011111100000111111001111110011111100111111 | 3f3fbdf83f3f3f3f |
UTF-8 | 룴찼序∮룶깰룫 | 111010111010001110110100111011001011000010111100111001011011101010001111111000101000100010101110111010111010001110110110111010101011100110110000111010111010001110101011 | eba3b4ecb0bce5ba8fe288aeeba3b6eab9b0eba3ab |
UHC | 룴찼序∮룶깰룫 | 1000111110101001110000111010000111011111111011011010001010110001100011111010101110110001111111011000111110100010 | 8fa9c3a1dfeda2b18fabb1fd8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)