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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???受??? | 0011111100111111001111111000111011110011001111110011111100111111 | 3f3f3f8ef33f3f3f |
EUC-JP | ???受??? | 0011111100111111001111111011110011110101001111110011111100111111 | 3f3f3fbcf53f3f3f |
UTF-8 | 娛붹닊受썹틩樂 | 111001011010100010011011111010111011011010111001111010111000101110001010111001011000111110010111111011001000110110111001111011011000101110101001111011111010011010111111 | e5a89bebb6b9eb8b8ae58f97ec8db9ed8ba9efa6bf |
UHC | 娛붹닊受썹틩樂 | 1110011111110100100101001110011010001000100100011110000111110100101111011110011110111010100100111110100011111001 | e7f494e68891e1f4bde7ba93e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)