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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??畏??曰^ | 001111110011111110001000110110000011111100111111100111100100100001011110 | 3f3f88d83f3f9e485e |
EUC-JP | ??畏??曰^ | 001111110011111110110000110110100011111100111111110110111010100101011110 | 3f3fb0da3f3fdba95e |
UTF-8 | 롊롅畏롊롅曰^ | 11101011101000011000101011101011101000011000010111100111100101011000111111101011101000011000101011101011101000011000010111100110100110111011000001011110 | eba18aeba185e7958feba18aeba185e69bb05e |
UHC | 롊롅畏롊롅曰^ | 10001110110100001000111011001011111010001110011010001110110100001000111011001011111010001101100001011110 | 8ed08ecbe8e68ed08ecbe8d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)