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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?挑≠? | 001111111001001010100111100000011000001000111111 | 3f92a781823f |
EUC-JP | ?挑≠? | 001111111100010010101001101000011110001000111111 | 3fc4a9a1e23f |
UTF-8 | 뤵挑≠긋 | 111010111010010010110101111001101000110010010001111000101000100110100000111010101011100010001011 | eba4b5e68c91e289a0eab88b |
UHC | 뤵挑≠긋 | 1000111111100011110100111111101110100001110000011011000111011111 | 8fe3d3fba1c1b1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)