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 | 智?夷??春 | 100100100111000100111111100010001100111000111111001111111000111101110100 | 92713f88ce3f3f8f74 |
EUC-JP | 智?夷??春 | 110000111101001000111111101100001101000000111111001111111011110111010101 | c3d23fb0d03f3fbdd5 |
UTF-8 | 智렱夷닸뤋春 | 111001101001100110111010111010111010000010110001111001011010010010110111111010111000101110111000111010111010010010001011111001101001100010100101 | e699baeba0b1e5a4b7eb8bb8eba48be698a5 |
UHC | 智렱夷닸뤋春 | 111100101010101010001110101111101110110010101000101101001110011010001111101110111111010111110000 | f2aa8ebeeca8b4e68fbbf5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)