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 | ??悠ぱ | 001111110011111110010111010010011000001011001111 | 3f3f974982cf |
EUC-JP | ??悠ぱ | 001111110011111111001101101010101010010011010001 | 3f3fcdaaa4d1 |
UTF-8 | 룵에悠ぱ | 111010111010001110110101111011001001011110010000111001101000001010100000111000111000000110110001 | eba3b5ec9790e682a0e381b1 |
UHC | 룵에悠ぱ | 1000111110101010101111111010000111101010111011011010101011010001 | 8faabfa1eaedaad1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)