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 | ???好?? | 00111111001111110011111110001101010001000011111100111111 | 3f3f3f8d443f3f |
EUC-JP | ???好?? | 00111111001111110011111110111001101001010011111100111111 | 3f3f3fb9a53f3f |
UTF-8 | 렓렚렋好렲렔 | 111010111010000010010011111010111010000010011010111010111010000010001011111001011010010110111101111010111010000010110010111010111010000010010100 | eba093eba09aeba08be5a5bdeba0b2eba094 |
UHC | 렓렚렋好렲렔 | 100011101010100010001110101011011000111010100010111110111011111110001110101111111000111010101001 | 8ea88ead8ea2fbbf8ebf8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)