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 | 錠?g? | 100011111111100100111111100000101000011100111111 | 8ff93f82873f |
EUC-JP | 錠?g? | 101111101111101100111111101000111110011100111111 | befb3fa3e73f |
UTF-8 | 錠겼g뤈 | 111010011000110010100000111010101011001010111100111011111011110110000111111010111010010010001000 | e98ca0eab2bcefbd87eba488 |
UHC | 錠겼g뤈 | 1110111111111100101100001110010110100011111001111000111110111000 | effcb0e5a3e78fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)