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 | 智?夷??弔 | 100100100111000100111111100010001100111000111111001111111001001010100010 | 92713f88ce3f3f92a2 |
EUC-JP | 智?夷??弔 | 110000111101001000111111101100001101000000111111001111111100010010100100 | c3d23fb0d03f3fc4a4 |
UTF-8 | 智렱夷당쏸弔 | 111001101001100110111010111010111010000010110001111001011010010010110111111010111000101110111001111011001000111110111000111001011011110010010100 | e699baeba0b1e5a4b7eb8bb9ec8fb8e5bc94 |
UHC | 智렱夷당쏸弔 | 111100101010101010001110101111101110110010101000101101001110011110111101111110011111000011000000 | f2aa8ebeeca8b4e7bdf9f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)