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 | 裙ろ劉籬 | 1110010111100011100000101110101110010111101010111110001011011111 | e5e382eb97abe2df |
EUC-JP | 裙ろ劉籬 | 1110101011100101101001001110110111001110101011011110010011100001 | eae5a4edceade4e1 |
UTF-8 | 裙ろ劉籬 | 111010001010001110011001111000111000001010001101111001011000101010001001111001111011000110101100 | e8a399e3828de58a89e7b1ac |
UHC | 裙ろ劉籬 | 1100111111011001101010101110110111010111101100011101011111100110 | cfd9aaedd7b1d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)