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 | 烏m???? | 1000100101000111100000101000110100111111001111110011111100111111 | 8947828d3f3f3f3f |
EUC-JP | 烏m???? | 1011000110101000101000111110110100111111001111110011111100111111 | b1a8a3ed3f3f3f3f |
UTF-8 | 烏m렔吏뉔땶 | 111001111000001110001111111011111011110110001101111010111010000010010100111011111010011110011110111010111000100110010100111010111001010110110110 | e7838fefbd8deba094efa79eeb8994eb95b6 |
UHC | 烏m렔吏뉔땶 | 111010001010000110100011111011011000111010101001111011001010011110000111111010011000101110001100 | e8a1a3ed8ea9eca787e98b8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)