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 | 倚??闇 | 100110001101111100111111001111111000100011000101 | 98df3f3f88c5 |
EUC-JP | 倚??闇 | 110100001110000100111111001111111011000011000111 | d0e13f3fb0c7 |
UTF-8 | 倚욌튉闇 | 111001011000000010011010111011001001101010001100111011011000101010001001111010011001011110000111 | e5809aec9a8ced8a89e99787 |
UHC | 倚욌튉闇 | 1110101111101111100111101110101110111001100111011110010011100001 | ebef9eebb99de4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)