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 | 省アニ邇ョコ | 1000111111001000101100011100011011100111100011101010111010111010 | 8fc8b1c6e78eaeba |
EUC-JP | 省アニ邇ョコ | 101111101100101010001110101100011000111011000110111011011110111010001110101011101000111010111010 | beca8eb18ec6edee8eae8eba |
UTF-8 | 省アニ邇ョコ | 111001111001110010000001111011111011110110110001111011111011111010000110111010011000001010000111111011111011110110101110111011111011110110111010 | e79c81efbdb1efbe86e98287efbdaeefbdba |
UHC | 省??邇?? | 1110000011111101001111110011111111101100110001000011111100111111 | e0fd3f3fecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)