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 | 屋N?? | 100010011010111010000010011011010011111100111111 | 89ae826d3f3f |
EUC-JP | 屋N?? | 101100101011000010100011110011100011111100111111 | b2b0a3ce3f3f |
UTF-8 | 屋N룹돽 | 111001011011000110001011111011111011110010101110111010111010001110111001111010111000111110111101 | e5b18befbcaeeba3b9eb8fbd |
UHC | 屋N룹돽 | 1110100010101001101000111100111010110111111011001000100110111111 | e8a9a3ceb7ec89bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)