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 | ?剩?謳 | 001111111001100110010100001111111110011010010000 | 3f99943fe690 |
EUC-JP | ?剩?謳 | 001111111101000111110100001111111110101111110000 | 3fd1f43febf0 |
UTF-8 | 뤳剩呂謳 | 111010111010010010110011111001011000100110101001111011111010011010000000111010001010110010110011 | eba4b3e589a9efa680e8acb3 |
UHC | 뤳剩呂謳 | 1000111111100001111011011010010111100101111110111100111111000100 | 8fe1eda5e5fbcfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)