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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏??裕ょ? | 100010001101100000111111001111111001011101010100100000101110010100111111 | 88d83f3f975482e53f |
EUC-JP | 畏??裕ょ? | 101100001101101000111111001111111100110110110101101001001110011100111111 | b0da3f3fcdb5a4e73f |
UTF-8 | 畏븐뜦裕ょ뵳 | 111001111001010110001111111010111011100010010000111010111001110010100110111010001010001110010101111000111000001010000111111010111011010110110011 | e7958febb890eb9ca6e8a395e38287ebb5b3 |
UHC | 畏븐뜦裕ょ뵳 | 111010001110011010111010111011001000110110101001111010111010111010101010111001111001010010110001 | e8e6baec8da9ebaeaae794b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)