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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 葬?咫?變^ | 100100011001001000111111100110100100000000111111100111011100110001011110 | 91923f9a403f9dcc5e |
EUC-JP | 葬?咫?變^ | 110000011111001000111111110100111010000100111111110110101100111001011110 | c1f23fd3a13fdace5e |
UTF-8 | 葬렱咫곕變^ | 11101000100100011010110011101011101000001011000111100101100100101010101111101010101100111001010111101000101011101000101001011110 | e891aceba0b1e592abeab395e8ae8a5e |
UHC | 葬렱咫곕變^ | 1110110111110111100011101011111011110010101000011011000011101011110111001010100001011110 | edf78ebef2a1b0ebdca85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)