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 | ユリ訟ロ | 1101010111011000100011111101011111011011 | d5d88fd7db |
EUC-JP | ユリ訟ロ | 1000111011010101100011101101100010111110110110011000111011011011 | 8ed58ed8bed98edb |
UTF-8 | ユリ訟ロ | 111011111011111010010101111011111011111010011000111010001010100010011111111011111011111010011011 | efbe95efbe98e8a89fefbe9b |
UHC | ??訟? | 0011111100111111111000011110100000111111 | 3f3fe1e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)