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 | 堊??旬?? | 1001101010111111001111110011111110001111011110110011111100111111 | 9abf3f3f8f7b3f3f |
EUC-JP | 堊??旬?? | 1101010011000001001111110011111110111101110111000011111100111111 | d4c13f3fbddc3f3f |
UTF-8 | 堊앹렱旬썼뎲 | 111001011010000010001010111011001001010110111001111010111010000010110001111001101001011110101100111011001000110110111100111010111000111010110010 | e5a08aec95b9eba0b1e697acec8dbceb8eb2 |
UHC | 堊앹렱旬썼뎲 | 111001001011111010011101111011001000111010111110111000101110001010111101111010001000100110000101 | e4be9dec8ebee2e2bde88985 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)