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 | 裙ろ劉粫 | 1110010111100011100000101110101110010111101010111110001011100110 | e5e382eb97abe2e6 |
EUC-JP | 裙ろ劉粫 | 1110101011100101101001001110110111001110101011011110010011101000 | eae5a4edceade4e8 |
UTF-8 | 裙ろ劉粫 | 111010001010001110011001111000111000001010001101111001011000101010001001111001111011001010101011 | e8a399e3828de58a89e7b2ab |
UHC | 裙ろ劉? | 11001111110110011010101011101101110101111011000100111111 | cfd9aaedd7b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)