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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋕式霆レ蝪 | 111110111101010010001110101011101110100010111011110110101110010110100001 | fbd48eaee8bbdae5a1 |
EUC-JP | 鋕式霆レ蝪 | 1000111111100100110000001011110010110000111100001011110110001110110110101110101010100011 | 8fe4c0bcb0f0bd8edaeaa3 |
UTF-8 | 鋕式霆レ蝪 | 111010011000101110010101111001011011110010001111111010011001110010000110111011111011111010011010111010001001110110101010 | e98b95e5bc8fe99c86efbe9ae89daa |
UHC | ?式霆?? | 00111111111000111101001011101111111111010011111100111111 | 3fe3d2effd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)