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 | ?鄕?謳 | 001111111111101110111000001111111110011010010000 | 3ffbb83fe690 |
EUC-JP | ???謳 | 0011111100111111001111111110101111110000 | 3f3f3febf0 |
UTF-8 | 뤳鄕呂謳 | 111010111010010010110011111010011000010010010101111011111010011010000000111010001010110010110011 | eba4b3e98495efa680e8acb3 |
UHC | 뤳鄕呂謳 | 1000111111100001111110101100000111100101111110111100111111000100 | 8fe1fac1e5fbcfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)