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 | 予???→? | 1001011101011100001111110011111100111111100000011010100000111111 | 975c3f3f3f81a83f |
EUC-JP | 予??沅→? | 11001101101111010011111100111111100011111100011011101001101000101010101000111111 | cdbd3f3f8fc6e9a2aa3f |
UTF-8 | 予쀫쪉沅→슅 | 111001001011101010001000111011001000000010101011111011001010101010001001111001101011001010000101111000101000011010010010111011001000101010000101 | e4ba88ec80abecaa89e6b285e28692ec8a85 |
UHC | 予쀫쪉沅→슅 | 111001011111100010010111111010111010010110000011111010101011011010100001111001101001101010010111 | e5f897eba583eab6a1e69a97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)