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 | 娃??兀?? | 1000100010100001001111110011111110011001010110010011111100111111 | 88a13f3f99593f3f |
EUC-JP | 娃??兀?? | 1011000010100011001111110011111111010001101110100011111100111111 | b0a33f3fd1ba3f3f |
UTF-8 | 娃륅숲兀믢퐰 | 111001011010100010000011111010111010010110000101111011001000100010110010111001011000010110000000111010111010111110100010111011011001000010110000 | e5a883eba585ec88b2e58580ebafa2ed90b0 |
UHC | 娃륅숲兀믢퐰 | 111010001101111110001111111011111011110110100011111010001011010010010010111001001011110110011001 | e8df8fefbda3e8b492e4bd99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)