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 | 沃??倚?? | 1001011110000000001111110011111110011000110111110011111100111111 | 97803f3f98df3f3f |
EUC-JP | 沃??倚?? | 1100110111100000001111110011111111010000111000010011111100111111 | cde03f3fd0e13f3f |
UTF-8 | 沃왿뫀倚쇿ㅇ | 111001101011001010000011111011001001100110111111111010111010101110000000111001011000000010011010111011001000011110111111111000111000010110000111 | e6b283ec99bfebab80e5809aec87bfe38587 |
UHC | 沃왿뫀倚쇿ㅇ | 111010001010101010011110111000101001000110100100111010111110111110011001111001011010010010110111 | e8aa9ee291a4ebef99e5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)