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 | 隰碁亂鋏 | 1110100010101100100011001110100110011000101010101110011111110101 | e8ac8ce998aae7f5 |
EUC-JP | 隰碁亂鋏 | 1111000010101110101110001110101111010000101011001110111011110111 | f0aeb8ebd0aceef7 |
UTF-8 | 隰碁亂鋏 | 111010011001101010110000111001111010001010000001111001001011101010000010111010011000101110001111 | e99ab0e7a281e4ba82e98b8f |
UHC | ?碁亂鋏 | 00111111110100011011001111010101101011111111101011111001 | 3fd1b3d5affaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)