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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 省裄ニ | 1000111111001000111001011110000011000110 | 8fc8e5e0c6 |
EUC-JP | 省裄ニ | 101111101100101011101010111000101000111011000110 | becaeae28ec6 |
UTF-8 | 省裄ニ | 111001111001110010000001111010001010001110000100111011111011111010000110 | e79c81e8a384efbe86 |
UHC | 省?? | 11100000111111010011111100111111 | e0fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)