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 | 咫?邂? | 100110100100000000111111111001111010111000111111 | 9a403fe7ae3f |
EUC-JP | 咫?邂? | 110100111010000100111111111011101011000000111111 | d3a13feeb03f |
UTF-8 | 咫렚邂렱 | 111001011001001010101011111010111010000010011010111010011000001010000010111010111010000010110001 | e592abeba09ae98282eba0b1 |
UHC | 咫렚邂렱 | 1111001010100001100011101010110111111010101100111000111010111110 | f2a18eadfab38ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)