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 | 瀅シセ | 111110110100111010111100111100011000111010111110 | fb4ebcf18ebe |
EUC-JP | 瀅シ?セ | 1000111111001001101010111000111010111100001111111000111010111110 | 8fc9ab8ebc3f8ebe |
UTF-8 | 瀅シセ | 111001111000000010000101111011111011110110111100111011101000010010001001111011111011110110111110 | e78085efbdbcee8489efbdbe |
UHC | 瀅??? | 1111101110100100001111110011111100111111 | fba43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)