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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 倚ル?闇 | 10011000110111111000001110001011001111111000100011000101 | 98df838b3f88c5 |
EUC-JP | 倚ル?闇 | 11010000111000011010010111101011001111111011000011000111 | d0e1a5eb3fb0c7 |
UTF-8 | 倚ル튉闇 | 111001011000000010011010111000111000001110101011111011011000101010001001111010011001011110000111 | e5809ae383abed8a89e99787 |
UHC | 倚ル튉闇 | 1110101111101111101010111110101110111001100111011110010011100001 | ebefabebb99de4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)