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 | ?レ?闇 | 001111111000001110001100001111111000100011000101 | 3f838c3f88c5 |
EUC-JP | ?レ?闇 | 001111111010010111101100001111111011000011000111 | 3fa5ec3fb0c7 |
UTF-8 | 歷レ꼹闇 | 111011111010011010001100111000111000001110101100111010101011110010111001111010011001011110000111 | efa68ce383aceabcb9e99787 |
UHC | 歷レ꼹闇 | 1110011010111000101010111110110010000100100100011110010011100001 | e6b8abec8491e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)