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 | 畏??揖?? | 1000100011011000001111110011111110010111010010110011111100111111 | 88d83f3f974b3f3f |
EUC-JP | 畏??揖?? | 1011000011011010001111110011111111001101101011000011111100111111 | b0da3f3fcdac3f3f |
UTF-8 | 畏븐슱揖붼굲 | 111001111001010110001111111010111011100010010000111011001000101010110001111001101000111110010110111010111011011010111100111010101011010110110010 | e7958febb890ec8ab1e68f96ebb6bceab5b2 |
UHC | 畏븐슱揖붼굲 | 111010001110011010111010111011001001101010111000111010111110011110010100111010011000001010010101 | e8e6baec9ab8ebe794e98295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)