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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?}??猿 | 00111111100000010111000000111111001111111000100110001110 | 3f81703f3f898e |
EUC-JP | ?}??猿 | 00111111101000011101000100111111001111111011000111101110 | 3fa1d13f3fb1ee |
UTF-8 | 룵}룵ㄱ猿 | 111010111010001110110101111011111011110110011101111010111010001110110101111000111000010010110001111001111000110010111111 | eba3b5efbd9deba3b5e384b1e78cbf |
UHC | 룵}룵ㄱ猿 | 10001111101010101010001111111101100011111010101010100100101000011110101010111011 | 8faaa3fd8faaa4a1eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)