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 | 諱≫損緕 | 1110011010000001100000011110001010010001101110011110001110001110 | e68181e291b9e38e |
EUC-JP | 諱≫損緕 | 1110101111100001101000101110010011000010101110111110010111101110 | ebe1a2e4c2bbe5ee |
UTF-8 | 諱≫損緕 | 111010001010101110110001111000101000100110101011111001101001000010001101111001111011011110010101 | e8abb1e289abe6908de7b795 |
UHC | 諱≫損? | 11111101110010011010000111101101111000011101111100111111 | fdc9a1ede1df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)