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 | 癲??乳?? | 1110000110011111001111110011111110010011111110110011111100111111 | e19f3f3f93fb3f3f |
EUC-JP | 癲??乳?? | 1110001010100001001111110011111111000110111111010011111100111111 | e2a13f3fc6fd3f3f |
UTF-8 | 癲븐룆乳깍쭏 | 111001111001100110110010111010111011100010010000111010111010001110000110111001001011100110110011111010101011100110001101111011001010110110001111 | e799b2ebb890eba386e4b9b3eab98decad8f |
UHC | 癲븐룆乳깍쭏 | 111011111010011010111010111011001000111110000101111010101110000110110001111011111010011110001000 | efa6baec8f85eae1b1efa788 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)