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 | 畏т?戈邀 | 100010001101100010000100100001000011111110011100111101111110011110110001 | 88d884843f9cf7e7b1 |
EUC-JP | 畏т?戈邀 | 101100001101101010100111111001000011111111011000111110011110111010110011 | b0daa7e43fd8f9eeb3 |
UTF-8 | 畏т튉戈邀 | 1110011110010101100011111101000110000010111011011000101010001001111001101000100010001000111010011000001010000000 | e7958fd182ed8a89e68888e98280 |
UHC | 畏т튉戈邀 | 11101000111001101010110011100100101110011001110111001101111111001110100110101101 | e8e6ace4b99dcdfce9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)