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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?暴吝毋德鯉 | 0011111110010110010111001001100111100101100111110111100011111010101110101000110011101111 | 3f965c99e59f78faba8cef |
EUC-JP | ?暴吝毋?鯉 | 00111111110010111011110111010010111001111101110111011001001111111011100011110001 | 3fcbbdd2e7ddd93fb8f1 |
UTF-8 | 뤋暴吝毋德鯉 | 111010111010010010001011111001101001101010110100111001011001000010011101111001101010111110001011111001011011111010110111111010011010111110001001 | eba48be69ab4e5909de6af8be5beb7e9af89 |
UHC | 뤋暴吝毋德鯉 | 100011111011101111111000111011001101011111110000110110011110110011010011111011001101011111101111 | 8fbbf8ecd7f0d9ecd3ecd7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)