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 | 厓??秧?? | 1111101010001101001111110011111111100010010111100011111100111111 | fa8d3f3fe25e3f3f |
EUC-JP | 厓??秧?? | 100011111011010011000111001111110011111111100011101111110011111100111111 | 8fb4c73f3fe3bf3f3f |
UTF-8 | 厓⒴쁿秧믢퐜 | 111001011000111010010011111000101001001010110100111011001000000110111111111001111010011110100111111010111010111110100010111011011001000010011100 | e58e93e292b4ec81bfe7a7a7ebafa2ed909c |
UHC | 厓⒴쁿秧믢퐜 | 111001001110110110101001111001011001100010000110111001001110101110010010111001001011110110000110 | e4eda9e59886e4eb92e4bd86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)