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 | 溪窘蛛烋迺 | 10011111111000101110001001111010111001011000000111100000011111011110011110010010 | 9fe2e27ae581e07de792 |
EUC-JP | 溪窘蛛烋迺 | 11011110111001001110001111011011111010011110000111011111110111101110110111110010 | dee4e3dbe9e1dfdeedf2 |
UTF-8 | 溪窘蛛烋迺 | 111001101011101010101010111001111010101010011000111010001001101110011011111001111000001110001011111010001011111110111010 | e6baaae7aa98e89b9be7838be8bfba |
UHC | 溪窘蛛烋? | 110011011010001011001111110101111111000111001000111111011100111000111111 | cda2cfd7f1c8fdce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)