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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雫「骼゙ | 11110000110000011000111010110100111100011110001110100010111010011000111011011110 | f0c18eb4f1e3a2e98ede |
EUC-JP | ?雫?「骼゙ | 00111111101111001011011000111111100011101010001011110001111011101000111011011110 | 3fbcb63f8ea2f1ee8ede |
UTF-8 | 雫「骼゙ | 111011101000001010000000111010011001101110101011111011101000010110011110111011111011110110100010111010011010101010111100111011111011111010011110 | ee8280e99babee859eefbda2e9aabcefbe9e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)