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 | ?ュ?? | 0011111110000011100001010011111100111111 | 3f83853f3f |
EUC-JP | ?ュ?? | 0011111110100101111001010011111100111111 | 3fa5e53f3f |
UTF-8 | 吳ュ궬寧 | 111001011001000010110011111000111000001110100101111010101011011010101100111011111010011010101010 | e590b3e383a5eab6acefa6aa |
UHC | 吳ュ궬寧 | 1110011111101111101010111110010110000010101111101110011110101100 | e7efabe582bee7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)