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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | ???詭k | 001111110011111100111111111001100110101101101011 | 3f3f3fe66b6b |
EUC-JP | ???詭k | 001111110011111100111111111010111100110001101011 | 3f3f3febcc6b |
UTF-8 | 銳얇룗詭k | 11101001100010101011001111101100100101101000011111101011101000111001011111101000101010011010110101101011 | e98ab3ec9687eba397e8a9ad6b |
UHC | 銳얇룗詭k | 111001111110010110111110111000111000111110010011110011111111100001101011 | e7e5bee38f93cff86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)