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 | 湖??? | 1000110011001110001111110011111100111111 | 8cce3f3f3f |
EUC-JP | 湖?瀣? | 10111000110100000011111110001111110010011011000100111111 | b8d03f8fc9b13f |
UTF-8 | 湖렚瀣렞 | 111001101011100110010110111010111010000010011010111001111000000010100011111010111010000010011110 | e6b996eba09ae780a3eba09e |
UHC | 湖렚瀣렞 | 1111101111001001100011101010110111111010101011101000111010101111 | fbc98eadfaae8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)