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 | 筌??溢や? | 111000101010001100111111001111111000100011101100100000101110001000111111 | e2a33f3f88ec82e23f |
EUC-JP | 筌??溢や? | 111001001010010100111111001111111011000011101110101001001110010000111111 | e4a53f3fb0eea4e43f |
UTF-8 | 筌뚯떝溢や튃 | 111001111010110110001100111010111001101010101111111010111001011010011101111001101011101010100010111000111000001010000100111011011000101010000011 | e7ad8ceb9aafeb969de6baa2e38284ed8a83 |
UHC | 筌뚯떝溢や튃 | 111011111010011110001100111011001000101110110011111011001110111010101010111001001011100110011001 | efa78cec8bb3eceeaae4b999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)